|
|
|
@ -11,7 +11,8 @@
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
.field:not(:last-child) { |
|
|
|
|
margin-block-end: var(--sp2); |
|
|
|
|
/*margin-block-end: var(--sp2);*/ |
|
|
|
|
margin-block-end: var(--sp1); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.node--view-mode-teaser .field { |
|
|
|
@ -30,6 +31,8 @@
|
|
|
|
|
|
|
|
|
|
.field__label { |
|
|
|
|
font-weight: bold; |
|
|
|
|
font-family: var(--font-sans); |
|
|
|
|
font-size: var(--font-size-base); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.field--label-inline .field__label, |
|
|
|
@ -55,6 +58,8 @@
|
|
|
|
|
.field--label-inline > .field__item, |
|
|
|
|
.field--label-inline .field__items { |
|
|
|
|
padding-inline-end: 0.5em; |
|
|
|
|
font-family: var(--font-sans); |
|
|
|
|
font-size: var(--font-size-base); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.field--label-inline .field__label::after { |
|
|
|
|