Sha256: d615233726ae477409cc4522d406ea044a5c8af43dcc1c948fe7ebbb0921be50

Contents?: true

Size: 648 Bytes

Versions: 10

Compression:

Stored size: 648 Bytes

Contents

.label-list {
  @include list-unstyled;
}

.label-list-item {
  display: inline-block;
  margin-right: .5em;
  margin-bottom: .5em;

  &:last-child {
    margin-right: 0;
  }
}

.label-list-item-value {
  background-color: $gray-lighter;
  border: 1px solid darken($gray-lighter, 5%);
  display: inline-block;
  padding: .25em 1em;

  &.attached {
    border-right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
}

.label-list-item-lang {
  // color: $body-bg;
  border: 1px solid darken($gray-lighter, 5%);
  border-left: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: .5em .75em;
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
iqvoc-4.12.1 app/assets/stylesheets/iqvoc/components/_label-list.scss
iqvoc-4.12.0 app/assets/stylesheets/iqvoc/components/_label-list.scss
iqvoc-4.11.1 app/assets/stylesheets/iqvoc/components/_label-list.scss
iqvoc-4.11.0 app/assets/stylesheets/iqvoc/components/_label-list.scss
iqvoc-4.10.0 app/assets/stylesheets/iqvoc/components/_label-list.scss
iqvoc-4.9.0 app/assets/stylesheets/iqvoc/components/_label-list.scss
iqvoc-4.8.2 app/assets/stylesheets/iqvoc/components/_label-list.scss
iqvoc-4.8.1 app/assets/stylesheets/iqvoc/components/_label-list.scss
iqvoc-4.8.0 app/assets/stylesheets/iqvoc/components/_label-list.scss
iqvoc-4.7.0 app/assets/stylesheets/iqvoc/components/_label-list.scss