Sha256: 8362aeee10e5d9b2f317ce3628268aad98ba710110055988c0481160c3a75e4d

Contents?: true

Size: 1.31 KB

Versions: 7

Compression:

Stored size: 1.31 KB

Contents

@import 'compass/reset';
@import 'compass/css3';

$base: 22.856px;
$accent: #36c;

body { 
  background: #f8f8f8;
  font: 100%/1.4285 'PT Sans';
}

h1, h2, h3 { @include text-shadow(0 1px 0 white); }

h1, h2 {
  margin-bottom: $base;
  font: 200% 'Oswald';
  text-transform: uppercase;
}

h1 {
  padding-bottom: $base;
  border-bottom: 1px solid #999;
  font: 200% 'Oswald';
  text-align: center;
  text-transform: uppercase;
  
  a {
    color: inherit;
    text-decoration: none;
  }
}

h3 {
  font-size: 150%;
  margin-bottom: 16px;
}

p {
  margin-bottom: 16px;
  &:last-child { margin-bottom: 0; }
}

a { color: $accent; }

strong, label { font-weight: bold; }

.app-nav {
  width: $base * 8;
  position: fixed;
  top: 0; bottom: 0;
  padding: $base * 2 $base;
  background: #fcfcfc;
  border-right: 1px solid #ccc;
  @include box-shadow(1px 0 1px rgba(0, 0, 0, 0.1));
}

.app-nav nav {
  padding-bottom: $base;
  border-bottom: 1px solid #999;

  a {
    display: block;
    text-decoration: none;
  }

  a:before {
    content: '\279b';
    margin-right: 0.5em;
  }
}

.app-nav .nav-select { display: none; }

.app-content {
  margin-left: $base * 10;
  padding: $base * 2 $base;

  ul {
    margin-left: 1em;
    list-style: disc;
  }
}

.model-actions {
  margin-top: $base;
}

@import 'forms';
@import 'tables';
@import 'response';

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
manifest-rails-0.2.6 app/assets/stylesheets/manifest/main.css.scss
manifest-rails-0.2.5 app/assets/stylesheets/manifest/main.css.scss
manifest-rails-0.2.4 app/assets/stylesheets/manifest/main.css.scss
manifest-rails-0.2.3 app/assets/stylesheets/manifest/main.css.scss
manifest-rails-0.2.2 app/assets/stylesheets/manifest/main.css.scss
manifest-rails-0.2.1 app/assets/stylesheets/manifest/main.css.scss
manifest-rails-0.2.0 app/assets/stylesheets/manifest/main.css.scss