Sha256: 2fca3e2589e3c059d36e8526eb18e5907e8fe1995926997d34fcbf80d12b3631

Contents?: true

Size: 720 Bytes

Versions: 2

Compression:

Stored size: 720 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

2 entries across 2 versions & 1 rubygems

Version Path
futuro-0.6.9 _sass/_title.scss
futuro-0.6.8 _sass/_title.scss