Chris@0: /** Chris@0: * @file Chris@0: * Visual styles for fields. Chris@0: */ Chris@0: Chris@0: .field__label { Chris@0: font-weight: bold; Chris@0: } Chris@0: .field--label-inline .field__label, Chris@0: .field--label-inline .field__items { Chris@0: float: left; /* LTR */ Chris@0: } Chris@0: .field--label-inline .field__label, Chris@0: .field--label-inline > .field__item, Chris@0: .field--label-inline .field__items { Chris@0: padding-right: 0.5em; Chris@0: } Chris@0: [dir="rtl"] .field--label-inline .field__label, Chris@0: [dir="rtl"] .field--label-inline .field__items { Chris@18: padding-right: 0; Chris@0: padding-left: 0.5em; Chris@0: } Chris@0: .field--label-inline .field__label::after { Chris@18: content: ":"; Chris@0: }