40 lines
630 B
SCSS
40 lines
630 B
SCSS
.application.sheet.dsa41 {
|
|
|
|
--font-body: Gentium, sans-serif;
|
|
|
|
label,
|
|
.sheet-tabs.tabs a,
|
|
h2, h3 {
|
|
font-family: Gentium, sans-serif;
|
|
font-weight: bold;
|
|
font-size: 12pt;
|
|
}
|
|
|
|
h2 {
|
|
height: 32px;
|
|
line-height: 32px;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
ul {
|
|
li {
|
|
margin-bottom: 16px;
|
|
}
|
|
}
|
|
|
|
input,
|
|
.cooldown > span,
|
|
.mini-skill, .mini-weaponskill, .mini-language-skill,
|
|
.attribute.rollable > .name,
|
|
.attribute.rollable > .wert {
|
|
font-family: Andalus, sans-serif;
|
|
}
|
|
|
|
.editor.prosemirror.active, .editor.prosemirror.inactive {
|
|
font-family: Gentium, sans-serif;
|
|
}
|
|
|
|
}
|
|
|