Sha256: c8742510d390e5948f88ec3ff425b2fbd27c074e24569a7ee3946f6b6f0cbfc8

Contents?: true

Size: 1.95 KB

Versions: 7

Compression:

Stored size: 1.95 KB

Contents

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

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

  &.no-js,
  &.no-rgba,
  &.no-backgroundsize,
  &.no-opacity,
  &.no-svg,
  &.no-inlinesvg,
  &.no-svgasimg,
  &.no-fontface,
  &.no-bgsizecover,
  &.no-cssgrid,
  &.no-boxsizing {
    background: url('fallback.jpg');

    body {
      display: none;
    }
  }
}

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

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;
}

p + p {
  margin-top: 20px;
}

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

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

h1, h2, h3, h4, h5, h6, 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;
}

svg.crop {
  clip-path: url(#cp);
}

img {
  display: block;
}

button {
  @extend %bold;
  @include borderRad($radius);
  @include PadBtn;
  position: relative;
  background: none;
  border-width: 0;
  cursor: pointer;
  color: inherit;
  width: 100%;
  z-index: 2;
}

button.modify-slim {
  @include PadBtnSlim;
}

button.navigation {
  letter-spacing: -0.02em;
  border-radius: 0;
  color: setcolor(slate);
  padding: 0;
}

button.navigation.book {
  padding: 0 20px;
}

button.navigation.search {
  width: 36px;
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
futuro-1.0.3 _sass/_base.scss
futuro-1.0.2 _sass/_base.scss
futuro-1.0.1 _sass/_base.scss
futuro-1.0.0 _sass/_base.scss
futuro-0.9.9 _sass/_base.scss
futuro-0.9.8 _sass/_base.scss
futuro-0.9.7 _sass/_base.scss