open-vault/ui/app/styles/components/splash-page.scss
Chelsea Shaw 36c8366d5d
UI unseal screen updates (#11705)
* Styling for empty-state and splash-page

* Update shamir-flow language and trigger onError on non-400 error

* Add license terminated screen to unseal

* Add changelog
2021-05-26 13:59:11 -05:00

26 lines
387 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 0;
}