mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-01-22 17:30:00 +00:00
10843f2909
* 🌈 Organise colors with vars only * ➕ New file structure * File restructuring * ⚒️ Fix build issue * Rearranged files
18 lines
191 B
SCSS
18 lines
191 B
SCSS
.u-no-padding-left {
|
|
padding-left: 0 !important;
|
|
}
|
|
|
|
.style__italics {
|
|
font-style: italic;
|
|
}
|
|
|
|
.small {
|
|
font-size: 0.75em;
|
|
}
|
|
|
|
.help {
|
|
margin: 1rem 0;
|
|
li {
|
|
margin: 0.75rem 0;
|
|
}
|
|
} |