mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-14 18:47:01 +02:00
* some styling changes * a few more after design review * chart fix * address important * remove * translate hard copy
29 lines
418 B
SCSS
29 lines
418 B
SCSS
.title:not(:last-child),
|
|
.subtitle:not(:last-child) {
|
|
display: block;
|
|
margin-bottom: 1rem;
|
|
|
|
&.has-bottom-margin-xs {
|
|
margin-bottom: $spacing-xs;
|
|
}
|
|
}
|
|
|
|
.title {
|
|
font-weight: $font-weight-bold;
|
|
|
|
> a {
|
|
color: $black;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
.form-section .title {
|
|
margin-bottom: $spacing-s;
|
|
}
|
|
|
|
.is-subtitle-gray {
|
|
text-transform: uppercase;
|
|
font-size: $size-7;
|
|
color: $ui-gray-500;
|
|
}
|