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;
|
2022-02-24 19:12:02 +00:00
|
|
|
|
|
|
|
&.has-bottom-margin-xs {
|
|
|
|
margin-bottom: $spacing-xs;
|
|
|
|
}
|
2018-04-03 14:16:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
|
|
|
font-weight: $font-weight-bold;
|
|
|
|
|
|
|
|
> a {
|
|
|
|
color: $black;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2022-04-20 18:40:27 +00:00
|
|
|
.has-font-weight-normal {
|
|
|
|
font-weight: $font-weight-normal;
|
|
|
|
}
|
2018-04-03 14:16:57 +00:00
|
|
|
}
|
2018-12-10 16:44:37 +00:00
|
|
|
|
|
|
|
.form-section .title {
|
|
|
|
margin-bottom: $spacing-s;
|
|
|
|
}
|
2022-02-02 19:46:59 +00:00
|
|
|
|
|
|
|
.is-subtitle-gray {
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: $size-7;
|
|
|
|
color: $ui-gray-500;
|
|
|
|
}
|