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

Version Path
happy_seed-0.0.17 lib/generators/happy_seed/splash/templates/app/assets/stylesheets/splash.css.scss
happy_seed-0.0.16 lib/generators/happy_seed/splash/templates/app/assets/stylesheets/splash.css.scss
happy_seed-0.0.15 lib/generators/happy_seed/splash/templates/app/assets/stylesheets/splash.css.scss
happy_seed-0.0.14 lib/generators/happy_seed/splash/templates/app/assets/stylesheets/splash.css.scss
happy_seed-0.0.13 lib/generators/happy_seed/splash/templates/app/assets/stylesheets/splash.css.scss
happy_seed-0.0.12 lib/generators/happy_seed/splash/templates/app/assets/stylesheets/splash.css.scss
happy_seed-0.0.11 lib/generators/happy_seed/splash/templates/app/assets/stylesheets/splash.css.scss
happy_seed-0.0.10 lib/generators/happy_seed/splash/templates/app/assets/stylesheets/splash.css.scss
happy_seed-0.0.9 lib/generators/happy_seed/splash/templates/app/assets/stylesheets/splash.css.scss
happy_seed-0.0.8 lib/generators/happy_seed/splash/templates/app/assets/stylesheets/splash.css.scss
happy_seed-0.0.7 lib/generators/happy_seed/splash/templates/app/assets/stylesheets/splash.css.scss