formstone
Version:
Library of modular front end components.
2 lines • 1.06 kB
CSS
/*! formstone v1.4.7 [tabs.css] 2018-05-22 | GPL-3.0 License | formstone.it */
.fs-light.fs-tabs-tab.fs-tabs-enabled,.fs-light.fs-tabs-tab_mobile{background:#b0bec5;border:1px solid #546e7a;border-radius:2px;color:#263238;display:inline-block;font-size:14px;margin:0 5px 0 0;padding:10px 20px;text-transform:uppercase;text-decoration:none}.no-touchevents .fs-light.fs-tabs-tab.fs-tabs-enabled:hover,.no-touchevents .fs-light.fs-tabs-tab_mobile:hover{background:#cfd8dc}.fs-light.fs-tabs-tab.fs-tabs-active,.fs-light.fs-tabs-tab_mobile.fs-tabs-active,.no-touchevents .fs-light.fs-tabs-tab.fs-tabs-active:hover,.no-touchevents .fs-light.fs-tabs-tab_mobile.fs-tabs-active:hover{background:#fff;color:#263238}.fs-light.fs-tabs-tab.fs-tabs-mobile{display:none}.fs-light.fs-tabs-tab.fs-tabs-tab_mobile{width:100%;border-radius:2px;display:none;margin:10px 0}.fs-light.fs-tabs-tab_mobile.fs-tabs-mobile{display:block}.fs-light.fs-tabs-tab_mobile.fs-tabs-active{border-radius:2px 2px 0 0;margin:10px 0 0}.fs-light.fs-tabs-content.fs-tabs-mobile{border-radius:0 0 2px 2px}