Sha256: b328d13eba65033638b28ad5aca5d3a628c7d963a0a93008fd206c46a98b308b

Contents?: true

Size: 1.08 KB

Versions: 7

Compression:

Stored size: 1.08 KB

Contents

// Timelines
.timeline {
  .timeline-item {
    display: flex;
    margin-bottom: $unit-6;
    position: relative;
    &::before {
      background: $border-color;
      content: "";
      height: 100%;
      left: 11px;
      position: absolute;
      top: $unit-6;
      width: 2px;
    }

    .timeline-left {
      flex: 0 0 auto;
    }

    .timeline-content {
      flex: 1 1 auto;
      padding: 2px 0 2px $layout-spacing-lg;
    }

    .timeline-icon {
      align-items: center;
      border-radius: 50%;
      color: $light-color;
      display: flex;
      height: $unit-6;
      justify-content: center;
      text-align: center;
      width: $unit-6;
      &::before {
        border: $border-width-lg solid $primary-color;
        border-radius: 50%;
        content: "";
        display: block;
        height: $unit-2;
        left: $unit-2;
        position: absolute;
        top: $unit-2;
        width: $unit-2;
      }

      &.icon-lg {
        background: $primary-color;
        line-height: $line-height;
        &::before {
          content: none;
        }
      }
    }
  }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
spectre_scss-0.5.9.1 vendor/assets/stylesheets/spectre/_timelines.scss
spectre_scss-0.5.9.0 vendor/assets/stylesheets/spectre/_timelines.scss
spectre_scss-0.5.8.0 vendor/assets/stylesheets/spectre/_timelines.scss
spectre_scss-0.5.7.0 vendor/assets/stylesheets/spectre/_timelines.scss
spectre_scss-0.5.6.0 vendor/assets/stylesheets/spectre/_timelines.scss
spectre_scss-0.5.5.0 vendor/assets/stylesheets/spectre/_timelines.scss
spectre_scss-0.5.4.0 vendor/assets/stylesheets/spectre/_timelines.scss