Sha256: d394ee54b70de3f866001cb65a3cfc215fd79f480ea86f98620948b9fd582ee8
Contents?: true
Size: 787 Bytes
Versions: 9
Compression:
Stored size: 787 Bytes
Contents
// Overrides AND additions/extensions to Bootstrap 4's styling .nav-tabs { border-bottom: 1px solid $grey-5; } .nav-tabs .nav-link { background-color: $grey-4; border-left-color: $grey-2; border-left-style: solid; border-left-width: 1px; border-right-color: $grey-2; border-right-style: solid; border-right-width: 1px; border-top-color: $grey-2; border-top-style: solid; border-top-width: 1px; border-bottom-color: $grey-5; } .nav-tabs .nav-link.active { border-color: $grey-5 $grey-5 $white; } .navbar-brand { margin-right: 0; } @media screen and (min-width: 768px) { .navbar-brand { margin-right: 1rem; } } .btn { vertical-align: baseline; // Needed so Google Translate's injected <font> tags don't mess with font's alignment in the page }
Version data entries
9 entries across 9 versions & 1 rubygems