mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-31 03:21:11 +02:00
* 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
27 lines
463 B
SCSS
27 lines
463 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: BUSL-1.1
|
|
*/
|
|
|
|
.sidebar-user-menu {
|
|
align-self: center;
|
|
|
|
.popup-menu-content {
|
|
.menu-label {
|
|
color: $black;
|
|
font-size: 14px;
|
|
font-weight: $font-weight-bold;
|
|
text-transform: unset;
|
|
}
|
|
.token-alert {
|
|
padding: $spacing-8;
|
|
}
|
|
}
|
|
|
|
.confirm-action-message p {
|
|
padding-top: $spacing-4;
|
|
font-weight: $font-weight-semibold;
|
|
color: $black;
|
|
}
|
|
}
|