Sha256: bcb7017644649b35f4958ce65ec95b852d517680d730476757190ea3542d07b6

Contents?: true

Size: 717 Bytes

Versions: 3

Compression:

Stored size: 717 Bytes

Contents

.title {

  &.mobile {
    text-align: center;
    font-size: 4.8rem;
    line-height: 1;
  }

  &.chapter-title:not(.style-docs) {
    @include rotatetitle;
    bottom: 56px;
    left: 128px;
  }

  &.page-title {

    &:not(.style-docs) {
      @include rotatetitle;
      bottom: 56px;
      left: 128px;
    }

    &.style-docs {
      border-bottom: 1px solid $gun;
      padding-bottom: 10px;
      align-self: center;
    }
  }

  &.page-chapter {
    @include rotatetitle(top right);
    text-transform: capitalize;
    right: 78px;
    top: 56px;
  }

  &.page-weight {
    @include rotatetitle;
    transform-origin: bottom left;
    left: calc(100% - 58px);
    text-align: right;
    bottom: 56px;
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
futuro-0.6.7 _sass/_title.scss
futuro-0.6.6 _sass/_title.scss
futuro-0.6.5 _sass/_title.scss