Sha256: 98384d49764671e3d89634fbc05e0bef030d5acc6fd73e1674b8566c5079e5e4

Contents?: true

Size: 824 Bytes

Versions: 3

Compression:

Stored size: 824 Bytes

Contents

@import 'bourbon/bourbon';
@import 'neat/neat';
@import 'bitters/bitters';

@import 'refills/refills';

@import 'widgets/widgets';

// Layout
section {
  @include outer-container;
  @include media($medium-screen-up) {
    main { @include span-columns(3); }
    aside { @include span-columns(1); }
  }
}


// Sections
section {
  .title {
    border-bottom: 1px solid #eee;
    margin-bottom: golden-ratio(15px, 1);
  }
}

// Flash messages
div.notice { @extend %flash-notice; }
div.success { @extend %flash-success; }
div.error { @extend %flash-error; }

// Charting

path {
  // stroke: $base-accent-color;
  stroke-width: 1;
  fill: none;
}

.axis {
  shape-rendering: crispEdges;

  text {
    font-size: 10px;
  }

  line, path {
    stroke: $light-gray;
  }

  &.x {
    .minor {
      stroke-opacity: 0.5;
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
growbot-web-0.0.6 lib/growbot/web/views/sass/app.scss
growbot-web-0.0.5 lib/growbot/web/views/sass/app.scss
growbot-web-0.0.4 lib/growbot/web/views/sass/app.scss