Sha256: 74d9f56fa3b29b8d6623c9a45324bb6b7b9525646cfb39218f5ba79487971a20
Contents?: true
Size: 1.59 KB
Versions: 12
Compression:
Stored size: 1.59 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; } // 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-inverse-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
12 entries across 7 versions & 2 rubygems