Sha256: 119b73d3c50f1acd910c3258923e769c0b6c75548844f8e1d7986a0be9e60644
Contents?: true
Size: 1.63 KB
Versions: 1
Compression:
Stored size: 1.63 KB
Contents
// Minty 4.0.0 // Bootswatch $web-font-path: "https://fonts.googleapis.com/css?family=Montserrat" !default; @import url($web-font-path); // Navbar ====================================================================== .navbar { font-family: $headings-font-family; } .bg-inverse { background-color: $btn-secondary-bg !important; } .bg-faded { background-color: #CCE8E0; } // Buttons ===================================================================== .btn { font-family: $headings-font-family; } // Typography ================================================================== // Tables ====================================================================== .thead-inverse th { background-color: $brand-primary; font-family: $headings-font-family; } .table-success, .table-info, .table-warning, .table-danger { color: #fff; } // Forms ======================================================================= legend { font-family: $headings-font-family; } // Navs ======================================================================== .dropdown-menu { font-family: $font-family-sans-serif; } .breadcrumb { a { color: $navbar-dark-color; } a:hover { color: #fff; text-decoration: none; } } .pagination { .page-link:hover { text-decoration: none; } } // Indicators ================================================================== .alert { h1, h2, h3, h4, h5, h6 { color: inherit; } a, .alert-link { color: #fff; } } // Progress bars =============================================================== // Containers ==================================================================
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bootswatch-4.0.0.alpha1 | app/assets/stylesheets/bootswatch/minty/_bootswatch.scss |