Sha256: ce73b672100e7c70293f209346f11c7b93a77340fd9b5183611b1139f576f8a8

Contents?: true

Size: 900 Bytes

Versions: 1

Compression:

Stored size: 900 Bytes

Contents

label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 15px;
  color: $c-text-heavy;

  abbr {
    color: var(--highlight-color);
  }

  h6 {
    text-transform: none;
    padding-top: 5px;
    font-size: 13px;
    color: $c-darker-grey;
    font-weight: normal;
    font-style: italic;
    line-height: 1.3;
  }

  &.label--two_col {
    display: flex;

    .label_inner {
      flex-shrink: 0;
      max-width: 50%;

      .login-form & {
        max-width: none;
      }
    }

    h6 {
      flex-shrink: 1;
      padding-left: 25px;
      padding-top: 1px;
    }
  }

  &.has-multiselect-actions {
    .multiselect-action {
      a {
        font-weight: normal;
      }
    }

    // Ensure helper text fills space between primary label & multiselect actions
    h6 {
      flex-grow: 1;
    }
  }

  &.has_no_helper_text {
    justify-content: space-between;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fae-rails-3.0.0 app/assets/stylesheets/fae/modules/forms/_label.scss