vault/ui/app/styles/core/title.scss
Angel Garbarino 5401029980
Client Count Styling fixes after design review (#14250)
* some styling changes

* a few more after design review

* chart fix

* address important

* remove

* translate hard copy
2022-02-24 12:12:02 -07:00

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;
}