mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
* Removed main creation tab. Added equipment to remaining tab * Fixed MixedAncestry name setting * Fixed tab after first creation
19 lines
408 B
Text
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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|