praiadeseselle/wire/modules/AdminTheme/AdminThemeUikit/uikit-pw/pw/uk-text.less

28 lines
357 B
Text
Raw Normal View History

2022-03-08 15:55:41 +01:00
// General text styles
// Note: it is preferable to use the "pw-" classes, but the non-pw classes
// are kept for backwards compatibility.
.detail,
.notes,
.pw-detail,
.pw-notes {
.uk-text-small();
.uk-text-muted();
}
.description,
.pw-description {
.uk-text-muted();
}
b, b b {
font-weight: bold;
}
.hook-base-code() {
overflow: auto;
}