Sha256: 0f5c237935141fcdbf369b1c027077c6bb0ef3f7f0b72ab903fea76e0d472fc8
Contents?: true
Size: 989 Bytes
Versions: 29
Compression:
Stored size: 989 Bytes
Contents
// Used in auctions... This overrides bootstrap 4 alpha's &:not(.in) on the .fade class .tab-content > .active { opacity: 1; } // // Tabs // .nav-tabs { border-width: $border-width; .nav-item { margin-bottom: -$border-width; font-weight: $font-weight-bold; font-size: $font-size-base; } .nav-link { position: relative; color: $text-muted !important; border: none; &:after { position: absolute; bottom: 0; left: 0; right: 0; height: $nav-tabs-border-width; border-radius: ($nav-tabs-border-width / 2); background: transparent; transition: $btn-transition; content: ''; } @include hover-focus { color: $nav-tabs-link-active-color !important; &:after { background: $nav-tabs-link-hover-border-color; } } } .nav-link.active, .nav-item.show .nav-link { color: $nav-tabs-link-active-color !important; &:after { background: $nav-tabs-link-hover-border-color; } } }
Version data entries
29 entries across 29 versions & 1 rubygems