mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-19 21:51:09 +02:00
31 lines
465 B
SCSS
31 lines
465 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
.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;
|
|
}
|