Sha256: ffbd8c19da00c46b9f1ee87918de11d8aafd20aff4d85df49d51bfff9379476a

Contents?: true

Size: 930 Bytes

Versions: 1

Compression:

Stored size: 930 Bytes

Contents

* {
  // -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba($c-black, 0);
  // scss-lint:disable DuplicateProperty
  -webkit-tap-highlight-color: transparent;

  &,
  &:before,
  &:after {
    box-sizing: border-box;
  }
}

html {
  // scss-lint:disable DuplicateProperty
  font-size: 100%;
  font-size: remCalc(16px);
  height: 100%;
}

body {
  @include transition($mobilenav-transition);
  height: 100%;
  font-family: $f-content;
  font-size: 16px;
  color: $c-text;
  background: $c-body-bg;

  @include bp(large-down) {
    padding-top: 45px;
  }
}

a {
  @include transition(color .2s);
  color: var(--highlight-color);
  text-decoration: none;

  &:hover {
    color: $c-text;
  }
}

h1 {
  font-size: 24px;
  color: $c-text-heavy;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 14px;
}

img {
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: bold;
}

abbr {
  text-decoration: none;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fae-rails-3.0.0 app/assets/stylesheets/fae/globals/_tags.scss