Sha256: 9e88125b8e3bd9eb8761f3063c8e7f9a1e08eefcd44bd18503c442c88fd5ac01
Contents?: true
Size: 624 Bytes
Versions: 11
Compression:
Stored size: 624 Bytes
Contents
//----------------------------------------- // Variables, customize bootstrap here //----------------------------------------- @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600); $headings-font-family: 'Open Sans'; $navbar-height: 75px; $navbar-default-bg: rgba(255,255,255,.5); $navbar-inverse-bg: rgba(0,0,0,.9); // Color Palate $brand-primary: #9CCC00; @import 'bootstrap-sprockets'; @import 'bootstrap'; body { margin-top: $navbar-height; position: relative; } .navbar li.active { border-bottom: 2px solid $brand-primary; } .navbar-inverse a.navbar-brand { color: $brand-primary; }
Version data entries
11 entries across 11 versions & 1 rubygems