966c7dbf02
New look for the navbar and new functionality on mobile. Also includes new look for the mounts list and headers in secret engines.
28 lines
449 B
SCSS
28 lines
449 B
SCSS
.navbar-brand .splash-page-logo {
|
|
padding: $spacing-xs $spacing-s $spacing-xs $spacing-l;
|
|
|
|
@include from($mobile) {
|
|
padding-left: $spacing-xs;
|
|
}
|
|
|
|
svg {
|
|
fill: $white;
|
|
height: 24px;
|
|
width: 72px;
|
|
|
|
@include from($mobile) {
|
|
margin-left: $spacing-xs;
|
|
}
|
|
}
|
|
}
|
|
|
|
.splash-page-container {
|
|
margin: $size-2 0;
|
|
}
|
|
.splash-page-header {
|
|
padding: $size-6 $size-5;
|
|
}
|
|
.splash-page-sub-header {
|
|
margin: 0 $size-5 $size-6;
|
|
}
|