9 lines
116 B
SCSS
9 lines
116 B
SCSS
|
@import "colors";
|
||
|
|
||
|
.maintenance {
|
||
|
padding: 20px;
|
||
|
text-align: center;
|
||
|
width: 100%;
|
||
|
background: $orange-bg;
|
||
|
}
|