mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-22 23:21:08 +02:00
* update greys to use hds tokens * update blue vars * remove unused color vars * replace remaining colors, add hex codes in commnets * update kv rgp color * remove color_variables file and use hds tokens directly
20 lines
407 B
SCSS
20 lines
407 B
SCSS
@use '../utils/size_variables';
|
|
|
|
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: BUSL-1.1
|
|
*/
|
|
|
|
.raft-join .field {
|
|
margin-bottom: 0;
|
|
}
|
|
.raft-join .box.is-fullwidth {
|
|
padding-top: size_variables.$spacing-12;
|
|
padding-bottom: size_variables.$spacing-12;
|
|
}
|
|
.raft-join-unseal {
|
|
color: var(--token-color-palette-amber-200);
|
|
font-size: size_variables.$size-6;
|
|
display: inline-block;
|
|
}
|