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

19 lines
257 B
SCSS
Raw Normal View History

2018-04-03 14:16:57 +00:00
.title:not(:last-child),
.subtitle:not(:last-child) {
2018-12-10 16:44:37 +00:00
display: block;
2018-04-03 14:16:57 +00:00
margin-bottom: 1rem;
}
.title {
font-weight: $font-weight-bold;
> a {
color: $black;
text-decoration: none;
}
}
2018-12-10 16:44:37 +00:00
.form-section .title {
margin-bottom: $spacing-s;
}