glass-app-manager
Version:
Informatica's Glass Framework CLI for bootstrapping
25 lines (21 loc) • 442 B
text/stylus
.tabs {
list-style-type: none;
padding-left: 0;
&__tab {
display: inline-block;
&__control {
box-sizing: border-box;
color: inherit;
cursor: pointer;
display: inline-block;
text-decoration: none ;
}
}
}
.tabs--vertical {
float: left;
height: 100%;
.tabs__tab {
display: block;
}
}