mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 12:16:37 -04:00
7 lines
No EOL
112 B
SCSS
7 lines
No EOL
112 B
SCSS
.error{
|
|
@extend .grid-block;
|
|
margin-bottom:$grid-margin;
|
|
text-align:center;
|
|
background:$red;
|
|
color:white;
|
|
} |