wochenbericht-manager/src_less/tabs.less

35 lines
649 B
Plaintext

.rc-tabs{
overflow-x:hidden;
.rc-tabs-ink-bar{
display:none !important;
}
.rc-tabs-nav{
display: flex;
background-color: @background-2;
color: #FFF;
font-size: 15px;
height:49px;
line-height: 33px;
vertical-align: middle;
.rc-tabs-tab {
width: auto;
padding: 10px;
cursor: pointer;
&:hover{
background-color: lighten(@background,-5%);
}
}
}
.rc-tabs-content{
white-space: nowrap;
.rc-tabs-tabpane {
width: 100%;
display: inline-block;
}
}
}