Sha256: c975df169a95705a8a142515d969f7d012aa00e101f70cf0cbd535970f76a399

Contents?: true

Size: 491 Bytes

Versions: 9

Compression:

Stored size: 491 Bytes

Contents

%StylePage {
  @include RotateTitle;
  position: absolute;
  bottom: 56px;
  left: 128px;
}

.title.type-chapter.style-page {
  @extend %StylePage;
  @extend h3;
}

.title.type-chapter.style-docs {
  @extend h5;
}

.title.type-chapter.style-page span {
  display: block;
}

.title.type-page.style-page {
  @extend %StylePage;
  @extend h3;
}

.title.style-docs.is-shareable {
  justify-content: start;
  grid-auto-flow: column;
  align-items: center;
  grid-gap: 10px;
  display: grid;
}


Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
futuro-1.1.8 _sass/title/type.scss
futuro-1.1.7 _sass/title/type.scss
futuro-1.1.6 _sass/title/type.scss
futuro-1.1.5 _sass/title/type.scss
futuro-1.1.4 _sass/title/type.scss
futuro-1.1.3 _sass/title/type.scss
futuro-1.1.2 _sass/title/type.scss
futuro-1.1.1 _sass/title/type.scss
futuro-1.1.0 _sass/title/type.scss