Sha256: c29ad0361784b0640d265d5da6f94cbc342f6af2111682303dc7755be1b1db20

Contents?: true

Size: 1.57 KB

Versions: 17

Compression:

Stored size: 1.57 KB

Contents

*, *:before, *:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  height: 100%;

  &.no- {

    &js, &svg, &inlinesvg, &svgasimg, &fontface, &bgsizecover, &cssgrid, &boxsizing {

      .site, .overlay {
        &.--open {
          display: none;
        }
      }

      body {
        background: url('/assets/img/fallback.jpg');
      }

    }
  }
}

body {
  @extend %book;
  letter-spacing: -0.05rem;
  font-size: 1.8rem;
  line-height: 1.3;
  height: 100%;
}

header {
  background-color: black;
  text-align: center;
  position: relative;
  padding: 20px;
  color: white;
  z-index: 3;
}

footer {
  background-color: black;
  text-align: center;
  position: relative;
  padding: 20px;
  color: white;
  z-index: 3;
}

ul, ol {
  list-style: outside;
  padding-left: 20px;
  margin: 0;

  &.--numbers {
    list-style: decimal;
    padding-left: 30px;
  }
}

a {
  -webkit-tap-highlight-color: transparent;
  color: inherit;
}

h4, h5, h3, h2, h6, h1, p, ul, ol {
  margin: 0;
}

h1 {
  @extend %bold;
  font-size: 2.8rem;
}

h2 {
  @extend %bold;
  letter-spacing: -0.03em;
  font-size: 16rem;
  line-height: 1;
}

h3 {
  @extend %bold;
  letter-spacing: -0.03em;
  font-size: 7.2rem;
  line-height: 1;
}

h4 {
  @extend %bold;
  font-size: 4.8rem;
}

h5 {
  @extend %bold;
  font-size: 2.1rem;
  line-height: 1;
}

h6 {
  @extend %bold;
  font-size: 1.6rem;
}

i, em {
  @extend %book-italic;
}

b, strong {
  @extend %bold;

  i, em {
    @extend %bold-italic;
  }
}

svg {
  display: block;
}

img {
  display: block;
}

button {
  border: none;
  padding: 0;
}

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
futuro-0.4.6 _sass/_base.scss
futuro-0.4.5 _sass/_base.scss
futuro-0.4.4 _sass/_base.scss
futuro-0.4.3 _sass/_base.scss
futuro-0.4.2 _sass/_base.scss
futuro-0.4.1 _sass/_base.scss
futuro-0.4.0 _sass/_base.scss
futuro-0.3.9 _sass/_base.scss
futuro-0.3.8 _sass/_base.scss
futuro-0.3.7 _sass/_base.scss
futuro-0.3.6 _sass/_base.scss
futuro-0.3.5 _sass/_base.scss
futuro-0.3.4 _sass/_base.scss
futuro-0.3.3 _sass/_base.scss
futuro-0.3.2 _sass/_base.scss
futuro-0.3.1 _sass/_base.scss
futuro-0.3.0 _sass/_base.scss