open-vault/ui/app/styles/core/title.scss

19 lines
257 B
SCSS

.title:not(:last-child),
.subtitle:not(:last-child) {
display: block;
margin-bottom: 1rem;
}
.title {
font-weight: $font-weight-bold;
> a {
color: $black;
text-decoration: none;
}
}
.form-section .title {
margin-bottom: $spacing-s;
}