12 lines
154 B
SCSS
12 lines
154 B
SCSS
|
@import "constants";
|
||
|
|
||
|
.super-admin {
|
||
|
margin-top: 40px;
|
||
|
text-align: center;
|
||
|
|
||
|
h2 {
|
||
|
font-size: 24px;
|
||
|
margin-bottom: 4 * $default-spacer;
|
||
|
}
|
||
|
}
|