27 lines
357 B
Text
27 lines
357 B
Text
// 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;
|
|
}
|
|
|
|
|