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

* 🌈 Organise colors with vars only * ➕ New file structure * File restructuring * ⚒️ Fix build issue * Rearranged files
14 lines
277 B
SCSS
14 lines
277 B
SCSS
.flag__red {
|
|
background-color: rgb(255, 192, 203);
|
|
font-size: 0.9rem;
|
|
font-weight: bold;
|
|
border-radius: 1rem;
|
|
padding: 0.45rem 0.65rem;
|
|
margin: 0.25rem 0.75rem;
|
|
text-transform: lowercase;
|
|
|
|
&:before {
|
|
@include icon__avoid();
|
|
@include icon__embed();
|
|
}
|
|
} |