Sha256: c77cbd6ce6f6372367fd3fcc52578d496c9013bac2e7f63d0709427da06c1fb8

Contents?: true

Size: 994 Bytes

Versions: 1

Compression:

Stored size: 994 Bytes

Contents

.dl-horizontal {
  margin-top: 0;
  margin-bottom: 0;

  p {
    padding-left: 0;
  }

  dt,
  dd {
    font-weight: normal;

    &.inset {
      margin-left: 0.8em;
    }
  }

  dt {
    float: left;
    width: $dl-horizontal-dt-width;
    overflow: hidden;
    clear: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
  }

  dd {
    margin-left: $dl-horizontal-dt-width + 1rem;
    margin-bottom: 0;

    &:before {
      content: " ";
      display: table;
    }

    &:after {
      content: " ";
      display: table;
      clear: both;
    }
  }

  &.xlarge {

    dt {
      width: $dl-horizontal-dt-width + 5.5rem;
    }
  }

  // Default
  &.large {
  }

  &.medium {

    dt {
      width: $dl-horizontal-dt-width - 2.5rem;
    }

    dd {
      margin-left: $dl-horizontal-dt-width - 1.5rem;
    }
  }

  &.small {

    dt {
      width: $dl-horizontal-dt-width - 5rem;
    }

    dd {
      margin-left: $dl-horizontal-dt-width - 4rem;
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta4 app/assets/stylesheets/renalware/partials/_lists.scss