daggerheart/styles/less/global/tab-navigation.less

19 lines
372 B
Text
Executable file

@import '../utils/colors.less';
@import '../utils/fonts.less';
.daggerheart.dh-style {
.tab-navigation {
margin: 5px 0;
height: 40px;
width: 100%;
.feature-tab {
border: none;
a {
color: light-dark(@dark-blue, @golden);
font-family: @font-body;
}
}
}
}