mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
29 lines
627 B
Text
Executable file
29 lines
627 B
Text
Executable file
@import '../utils/colors.less';
|
|
@import '../utils/fonts.less';
|
|
|
|
.daggerheart.dh-style {
|
|
.tab-navigation {
|
|
margin: 5px 0;
|
|
height: 40px;
|
|
width: 100%;
|
|
|
|
.navigation-container {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 8px;
|
|
|
|
.navigation-inner-container {
|
|
flex: 1;
|
|
|
|
.feature-tab {
|
|
border: none;
|
|
white-space: nowrap;
|
|
|
|
a {
|
|
color: light-dark(@dark-blue, @golden);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|