Sha256: 841ba539fc77edd2e1144e702b1ee726f05d2582c8572349f4cc5141d2999532
Contents?: true
Size: 1.91 KB
Versions: 12
Compression:
Stored size: 1.91 KB
Contents
// Flatly 4.0.0 // Bootswatch $web-font-path: "https://fonts.googleapis.com/css?family=Lato:400,700,400italic" !default; @import url($web-font-path); // Navbar ======================================================================= .bg-inverse { background-color: $brand-success !important; &.navbar-dark .navbar-nav .nav-link:focus, &.navbar-dark .navbar-nav .nav-link:hover { color: $brand-primary; } } .navbar { &-brand { margin-right: 2rem; } &-nav .nav-item + .nav-item { margin-left: 2rem; } &-nav .nav-link { padding-top: 0.5rem; } } // Buttons ===================================================================== // Typography ================================================================== // Tables ====================================================================== .table { &-success, &-info, &-warning, &-danger { color: #fff; } } .thead-inverse th { background-color: $brand-primary; } // Forms ======================================================================= // Navs ======================================================================== .nav-tabs { .nav-link.active, .nav-link.active:focus, .nav-link.active:hover, .nav-item.open .nav-link, .nav-item.open .nav-link:focus, .nav-item.open .nav-link:hover { color: $brand-primary; } } .pagination { a:hover { text-decoration: none; } } // Indicators ================================================================== .close { color: #fff; text-decoration: none; opacity: 0.4; &:hover, &:focus { opacity: 1; } } .alert { .alert-link { color: #fff; text-decoration: underline; } } // Progress bars =============================================================== .progress { height: 10px; .progress-bar { font-size: 10px; line-height: 10px; } } // Containers ==================================================================
Version data entries
12 entries across 7 versions & 2 rubygems