8 lines
118 B
SCSS
8 lines
118 B
SCSS
.loader {
|
|
color: $color-primary;
|
|
font-size: 1.8em;
|
|
line-height: 2;
|
|
margin: 30vh auto;
|
|
text-align: center;
|
|
}
|