Sha256: 661e5a66ec69dd8fb781bde0a72597c8b8d02f54412a567fecfa5f2ab6f78535
Contents?: true
Size: 1.79 KB
Versions: 25
Compression:
Stored size: 1.79 KB
Contents
// Journal 3.0.0 // Bootswatch // ----------------------------------------------------- @import url($web-font); // Navbar ===================================================================== .navbar { border-bottom: 2px solid $gray-lighter; font-size: 18px; font-family: $font-family-sans-serif; font-weight: bold; color: #000; } .navbar-brand { font-size: 18px; font-weight: bold; text-transform: uppercase; } // Buttons ==================================================================== // Typography ================================================================= h1, h2, h3, h4, h5, h6 { font-family: $font-family-sans-serif; font-weight: bold; color: #000; } // Tables ===================================================================== // Forms ====================================================================== .has-warning { .help-block, .control-label { color: $brand-danger; } .form-control, .form-control:focus { border-color: $brand-danger; } } .has-error { .help-block, .control-label { color: $brand-primary; } .form-control, .form-control:focus { border-color: $brand-primary; } } .has-success { .help-block, .control-label { color: $brand-success; } .form-control, .form-control:focus { border-color: $brand-success; } } // Navs ======================================================================= .pagination { .active > a, .active > a:hover { border-color: #ddd; } } // Indicators ================================================================= // Progress bars ============================================================== // Containers ================================================================= .jumbotron { h1, h2, h3, h4, h5, h6 { font-family: $font-family-sans-serif; font-weight: bold; color: #000; } }
Version data entries
25 entries across 25 versions & 1 rubygems