mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 19:51:08 +01:00
18 lines
367 B
Text
18 lines
367 B
Text
@import '../../utils/colors.less';
|
|
|
|
.daggerheart.dh-style.dialog.character-creation {
|
|
.tab-navigation {
|
|
nav {
|
|
border-bottom: 0;
|
|
border-top: 0;
|
|
|
|
a {
|
|
color: light-dark(@dark-blue, @golden);
|
|
|
|
&[disabled] {
|
|
opacity: 0.4;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|