daggerheart/styles/less/dialog/level-up/navigation-container.less
Carlos Fernandez fa6f9d56b8
Some checks are pending
Project CI / build (24.x) (push) Waiting to run
Add emphatic color variable and set up scoped based overrides for core variables (#1932)
2026-05-26 22:18:52 +02:00

27 lines
558 B
Text

@import '../../utils/colors.less';
@import '../../utils/fonts.less';
.daggerheart.levelup {
.levelup-navigation-container {
display: flex;
align-items: center;
gap: 22px;
height: 36px;
nav {
flex: 1;
border: none;
.levelup-tab-container {
display: flex;
align-items: center;
gap: 4px;
a,
span {
color: @color-text-emphatic;
}
}
}
}
}