open-vault/ui/app/styles/core/title.scss
2018-04-03 09:16:57 -05:00

14 lines
184 B
SCSS

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