formstone
Version:
Library of modular front end components.
34 lines (27 loc) • 454 B
text/less
.fs-tabs {
&-tab&-enabled,
&-tab_mobile&-enabled {
box-sizing: border-box;
cursor: pointer;
}
&-content&-enabled {
box-sizing: border-box;
display: none;
}
&-content&-active {
display: block;
}
//
&-tab_mobile&-mobile {
appearance: none;
}
&-tab&-mobile,
&-tab_mobile,
&-tab_mobile&-active {
display: none;
}
&-tab_mobile&-mobile,
&-tab_mobile&-mobile&-active {
display: block;
}
}