mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
7 lines
112 B
SCSS
7 lines
112 B
SCSS
![]() |
.error{
|
||
|
@extend .grid-block;
|
||
|
margin-bottom:$grid-margin;
|
||
|
text-align:center;
|
||
|
background:$red;
|
||
|
color:white;
|
||
|
}
|