Sha256: 6c813f0c9699fd9d976a53a281c68f1aeadcb93b28527232a58419ad24f29df4

Contents?: true

Size: 577 Bytes

Versions: 23

Compression:

Stored size: 577 Bytes

Contents

dl + dl {
  border-top: 1px solid rgba($gray-base, .05);;
  padding-top: 8px;
  padding-bottom: 13px;
  margin-bottom: 0;
}

dt {
  font-weight: normal;
  font-size: 0.8333em;
  line-height: ($line-height / 0.83333);
}

dd {
  line-height: $line-height;
}

@media (max-width: $dl-horizontal-breakpoint) {
  dl {
    font-size: 14px;
  }

  dd {
    margin-bottom: 0.7em;
  }
}

@media (min-width: $dl-horizontal-breakpoint) {
  .dl-narrow {
    dt {
      width: ($dl-horizontal-narrow-offset - 20);
    }

    dd {
      margin-left: $dl-horizontal-narrow-offset;
    }
  }
}

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
bootstrap-bookingsync-sass-0.0.19 assets/stylesheets/bookingsync/_type.scss
bootstrap-bookingsync-sass-0.0.18 assets/stylesheets/bookingsync/_type.scss
bootstrap-bookingsync-sass-0.0.17 assets/stylesheets/bookingsync/_type.scss