mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-06 22:57:02 +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
430 B
SCSS
20 lines
430 B
SCSS
@use '../utils/size_variables';
|
|
|
|
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: BUSL-1.1
|
|
*/
|
|
|
|
.shamir-progress {
|
|
.shamir-progress-progress {
|
|
display: inline-block;
|
|
margin-top: size_variables.$spacing-8;
|
|
margin-right: size_variables.$spacing-12;
|
|
}
|
|
.progress {
|
|
box-shadow: 0 0 0 4px var(--token-color-palette-neutral-50);
|
|
margin-top: size_variables.$spacing-8;
|
|
min-width: 90px;
|
|
}
|
|
}
|