Sha256: 8cab59b79e792492d76cf5012fee436ae9e44911ac84bb5d5dc9753cdea621c1

Contents?: true

Size: 1.09 KB

Versions: 1

Compression:

Stored size: 1.09 KB

Contents

.title {

  &._overlay {

    &-load {
      @extend %bold;
      animation: load_title 1s steps(1) infinite;
      font-weight: normal;
    }

    &-about {
      border-bottom: 2px solid $gun;
    }

    &-browse {
      border-bottom: 2px solid $gun;
    }

    &-search {
      border-bottom: 2px solid $gun;
    }
  }

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

  &._chapter {

    &-title {

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

      &.--docs {
        color: $smoke;
      }
    }
  }

  &._page {

    &-title {

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

      &.--docs {
        align-self: center;
      }
    }

    &-chapter {
      @include RotateTitle( $origin : top right );
      text-transform: capitalize;
      right: 78px;
      top: 56px;
    }

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
futuro-0.3.4 _sass/_title.scss