8 lines
159 B
SCSS
8 lines
159 B
SCSS
@import "constants";
|
|
|
|
.backoffice-title {
|
|
font-size: 30px;
|
|
font-weight: normal;
|
|
margin-top: 3 * $default-spacer;
|
|
margin-bottom: 3 * $default-spacer;
|
|
}
|