vault/ui/app/styles/components/shamir-progress.scss
claire bontempo 7f03393630
UI: Increase base font size (#23994)
* fix button padding

* rename spacing variables using numerical values

* fix toggle aligment

* remove unused toggle classes

* replace margin and padding with spacing vars

* increase base font size

* remove switch css, use toggle consistently

* remaining margin/padding size vars to spacing pixels

* add deprecated note, rever changes to size vars

* decrease console size

* remove function

* adjust card size for small selectable cards

* fix select to fit to content width

* fix toolbar-scroller height

* add changelog;

* fix checkbox styling
2023-11-13 21:29:39 +00:00

18 lines
327 B
SCSS

/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: BUSL-1.1
*/
.shamir-progress {
.shamir-progress-progress {
display: inline-block;
margin-top: $spacing-8;
margin-right: $spacing-12;
}
.progress {
box-shadow: 0 0 0 4px $ui-gray-050;
margin-top: $spacing-8;
min-width: 90px;
}
}