mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 09:18:59 +00:00
15 lines
163 B
SCSS
15 lines
163 B
SCSS
.label-page {
|
|
&__sandboxMode {
|
|
margin-top: 70px;
|
|
}
|
|
|
|
h1 {
|
|
margin: 0 0 $pad-xlarge;
|
|
}
|
|
|
|
h2 {
|
|
font-size: $x-small;
|
|
font-weight: $bold;
|
|
}
|
|
}
|