36c8366d5d
* 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
26 lines
387 B
SCSS
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;
|
|
}
|