daggerheart/styles/less/dialog/character-creation/tab-navigation.less

18 lines
356 B
Text

@import '../../utils/colors.less';
.daggerheart.dh-style.dialog.character-creation {
.tab-navigation {
nav {
border-bottom: 0;
border-top: 0;
a {
color: @color-text-emphatic;
&[disabled] {
opacity: 0.4;
}
}
}
}
}