mirror of
https://github.com/andrewgioia/mana.git
synced 2025-07-23 06:05:56 +00:00
10 lines
146 B
SCSS
10 lines
146 B
SCSS
/**
|
|
* Double faced cards */
|
|
|
|
.#{$ms-prefix}-dfc {
|
|
color: #111;
|
|
border: .05em solid #111;
|
|
border-radius: 2em;
|
|
padding: 0.025em;
|
|
}
|