mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
* new style for character sheets * Added nowrap on level label --------- Co-authored-by: WBHarry <williambjrklund@gmail.com>
18 lines
375 B
Text
Executable file
18 lines
375 B
Text
Executable file
@import '../utils/colors.less';
|
|
@import '../utils/fonts.less';
|
|
|
|
.sheet.daggerheart.dh-style {
|
|
.tab-navigation {
|
|
margin: 5px 0;
|
|
height: 40px;
|
|
|
|
.feature-tab {
|
|
border: none;
|
|
|
|
a {
|
|
color: light-dark(@dark-blue, @golden);
|
|
font-family: @font-body;
|
|
}
|
|
}
|
|
}
|
|
}
|