mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 19:51:08 +01:00
* Fixed so that the dropdown for activeEffectAutocomplete never ends up behind dialog * Downtime can now display both ShortRest and LongRest options depending on character rules * Initial downtime layout rework * Fixed styling for downtime tooltip * Added icon to homebrew menu for DowntimeActions * Fixed columns if both types of moves are not available * Changed the lightmode to darkmode * Added downtime buttons * . * Moved extra rest options from rules to bonuses * Improved dialog width
29 lines
635 B
Text
Executable file
29 lines
635 B
Text
Executable file
@import '../utils/colors.less';
|
|
@import '../utils/fonts.less';
|
|
|
|
.daggerheart.dh-style {
|
|
.tab-navigation {
|
|
margin: 5px 0;
|
|
height: 40px;
|
|
width: 100%;
|
|
|
|
.navigation-container {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 8px;
|
|
|
|
.navigation-inner-container {
|
|
flex: 1;
|
|
|
|
.feature-tab {
|
|
border: none;
|
|
|
|
a {
|
|
color: light-dark(@dark-blue, @golden);
|
|
font-family: @font-body;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|