bia-framework
Version:
Bia Framework to work with angular 2
32 lines (30 loc) • 816 B
CSS
/*#endregion */
/* ###################### MIXINS ##########################*/
/*Core Visibility */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px */
.tabs {
width: 100%;
height: 100%;
z-index: 9; }
.tabs.color-primary .tab-navegation-item {
background: #8BC34A; }
.tabs .tab-navegation {
height: 48px;
min-height: 48px;
z-index: 2; }
.tabs .tab-navegation .tab-title {
padding: 12px; }
.tabs .tab-navegation .tab-navegation-item {
min-width: 80px;
cursor: pointer; }
.tabs .tab-navegation .tab-navegation-item.active .flag {
display: block;
width: 100%;
bottom: 0;
height: 4px;
background: #fff; }
/*# sourceMappingURL=core-tabs.style.css.map */