Files
radical-hive/resources/sass/texts.scss
T
2024-11-07 17:16:20 +02:00

13 lines
120 B
SCSS
Executable File

.blue{
color: $grey-dark;
}
.bold{
font-weight: bold;
font-size: large;
}
.small{
font-size: small;
}