daggerheart/styles/less/dialog/character-creation/tab-navigation.less
WBHarry e90355b08b
[Fix] 691 - CharacterCreation Improvement (#863)
* Removed main creation tab. Added equipment to remaining tab

* Fixed MixedAncestry name setting

* Fixed tab after first creation
2025-08-12 13:17:21 +10:00

19 lines
408 B
Text

@import '../../utils/colors.less';
.daggerheart.dh-style.dialog.character-creation {
.tab-navigation {
nav {
border-bottom: 0;
border-top: 0;
a {
font-family: @font-body;
color: light-dark(@dark-blue, @golden);
&[disabled] {
opacity: 0.4;
}
}
}
}
}