mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-05 20:34:15 +02:00
18 lines
356 B
Text
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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|