Sha256: 3af76e1c8d2eb84f05873c3f0216edd37819e8d471c35fee99edb2532240e732
Contents?: true
Size: 1.02 KB
Versions: 5
Compression:
Stored size: 1.02 KB
Contents
.o-tab { @include e(navigation) { border-bottom: 1px solid $ub-txt; display: flex; } @include e(panel) { } } .o-tab-menu { display: flex; flex-flow: row wrap; list-style-type: none; margin-bottom: 0 !important; margin-left: 0; min-width: 1px; @include e(item) { float: left; margin-right: $ub-base-padding; padding-bottom: $ub-xs-padding; > a:hover { color: $ub-heading-txt; } > a { @include txt-element(tab-title); color: map-get($ub-txt-colors, light); padding: 0; } @include m(active) { border-bottom: 4px solid $ub-heading-txt; > a { color: $ub-heading-txt; } } &.is-active { border-bottom: 4px solid $ub-heading-txt; > a { color: $ub-heading-txt; } } } } .c-easytabs { .o-tab-menu { border-bottom: 1px solid $ub-txt; display: flex; margin-bottom: 1em; @include e(item) { &.active { border-bottom: 4px solid $ub-heading-txt; > a { color: $ub-heading-txt; } } } } }
Version data entries
5 entries across 5 versions & 1 rubygems