mirror of
https://github.com/andrewgioia/mana.git
synced 2024-11-22 06:54:46 +00:00
10 lines
145 B
Plaintext
10 lines
145 B
Plaintext
/**
|
|
* Double faced cards */
|
|
|
|
.@{ms-prefix}-dfc {
|
|
color: #111;
|
|
border: .05em solid #111;
|
|
border-radius: 2em;
|
|
padding: 0.025em;
|
|
}
|