Sha256: 2a027f2d9e0a0e98dc1a72d268e4b4b30143f42dcd1f5e4b49ebd6735594f59e

Contents?: true

Size: 620 Bytes

Versions: 4

Compression:

Stored size: 620 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-200;
  border: 1px solid $border-color;
  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 $border-color;
  border-left: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: .5em .75em;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
iqvoc-4.14.5 app/assets/stylesheets/iqvoc/components/_label-list.scss
iqvoc-4.14.4 app/assets/stylesheets/iqvoc/components/_label-list.scss
iqvoc-4.13.2 app/assets/stylesheets/iqvoc/components/_label-list.scss
iqvoc-4.13.0 app/assets/stylesheets/iqvoc/components/_label-list.scss