mirror of
https://github.com/andrewgioia/mana.git
synced 2026-08-11 02:39:10 +00:00
10 lines
No EOL
171 B
SCSS
10 lines
No EOL
171 B
SCSS
@use "variables";
|
|
|
|
// double-faced specifics
|
|
|
|
.#{variables.$ms-prefix}-dfc {
|
|
color: #111;
|
|
border: .05em solid #111;
|
|
border-radius: 2em;
|
|
padding: 0.025em;
|
|
} |