mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-04-20 16:39:09 +00:00

* tooling: add stylelint and base configuration (see #74) * Autofix with stylelint on commit
15 lines
278 B
SCSS
15 lines
278 B
SCSS
.flag__red {
|
|
background-color: rgb(255, 192, 203);
|
|
border-radius: 1rem;
|
|
font-size: 0.9rem;
|
|
font-weight: bold;
|
|
margin: 0.25rem 0.75rem;
|
|
padding: 0.45rem 0.65rem;
|
|
text-transform: lowercase;
|
|
|
|
&:before {
|
|
@include icon__avoid();
|
|
@include icon__embed();
|
|
}
|
|
}
|