You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- @import variables
-
- div#message
- color: $baseColor1
- font-family: monospace
- font-size: 700%
- font-weight: normal
- margin-top: 8%
- text-align: center
-
- span
- &.light
- color: $baseColor3
-
- &.dark
- color: $baseColor2
-
- &.red
- color: $baseColor1
|