13 lines
120 B
SCSS
Executable File
13 lines
120 B
SCSS
Executable File
.blue{
|
|
color: $grey-dark;
|
|
}
|
|
|
|
.bold{
|
|
font-weight: bold;
|
|
font-size: large;
|
|
}
|
|
|
|
.small{
|
|
font-size: small;
|
|
}
|