open-vault/ui/app/styles/components/splash-page.scss
Matthew Irish 966c7dbf02
UI - New navbar and mount icons everywhere (#778)
New look for the navbar and new functionality on mobile. Also includes new look for the mounts list and headers in secret engines.
2018-10-21 14:19:34 -05:00

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;
}