Sha256: 23a38ee66c838e7314359ec53176e780613cfc49867224a9c30797714563177a

Contents?: true

Size: 1.08 KB

Versions: 4

Compression:

Stored size: 1.08 KB

Contents

@import "chr";
@import "loft";
@import "ants";
@import "tape";
@import "journal";
@import "font-awesome";

@include font-face('Proxima Nova', "ProximaNovaRegular",  $regular,  $asset-pipeline: true, $file-formats: eot woff ttf);
@include font-face('Proxima Nova', "ProximaNovaSemibold", $semibold, $asset-pipeline: true, $file-formats: eot woff ttf);

$proxima-nova-family: "Proxima Nova", 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;

.author_settings {
  @include position(relative);
  min-height: 8.8em;

  .input-website_description {
    @include no-bottom-border;
    padding-left: 6em;

    .label { display: none; }
  }
}

/* Tablet ------------------------------------------------------------------ */
@media #{$tablet} {
  .sidebar,
  .header,
  .list:not(.list-aside) .items {
    font-family: $proxima-nova-family;
  }

  .tape .list.tape .items {
    font-family: $base-font-family;
  }

  .menu,
  .menu-posts,
  .menu-settings {
    margin-top: 1em;
  }

  .author_settings {
    min-height: 17.8em;

    .input-website_description {
      padding-left: 15.25em;
    }
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
venice-chr-0.1.4 app/assets/stylesheets/admin.scss
venice-chr-0.1.3 app/assets/stylesheets/admin.scss
venice-chr-0.1.2 app/assets/stylesheets/admin.scss
venice-chr-0.1.1 app/assets/stylesheets/admin.scss