mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-24 08:01:07 +02:00
14 lines
184 B
SCSS
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;
|
|
}
|
|
}
|