Sha256: fb0cf61bb479696c0c189dc6c335fcc8285982012dd9e5d70c1a47b7303fc8f9

Contents?: true

Size: 816 Bytes

Versions: 11

Compression:

Stored size: 816 Bytes

Contents

.worktypes {
  .modal-body {
    padding: 0;
  }

  .modal-title {
    font-size: $h3-font-size;
  }
}

.select-worktype:first-child {
  border-top: none;
}

.select-worktype {
  border-top: 1px solid $table-border-color;
  padding: 15px 15px 0;

  label {
    margin: 0;
    width: 100%;
  }

  input[type="radio"] {
    float: left;
    position: relative;
    width: 30px;
  }

  .select-work-icon {
    color: $gray;
    float: left;
    font-size: 200%;
    line-height: 1;
    margin-right: 10px;
    position: relative;
    text-align: center;
    width: 40px;

    .fa {
      vertical-align: top
    }
  }

  .select-work-description {
    float: left;
    font-weight: normal;
    position: relative;
    width: 80%;

    .work-type-title {
      font-size: $h4-font-size;
      margin-top: 0;
    }
  }
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
hyrax-5.0.1 app/assets/stylesheets/hyrax/_select_work_type.scss
hyrax-5.0.0 app/assets/stylesheets/hyrax/_select_work_type.scss
hyrax-5.0.0.rc3 app/assets/stylesheets/hyrax/_select_work_type.scss
hyrax-5.0.0.rc2 app/assets/stylesheets/hyrax/_select_work_type.scss
hyrax-5.0.0.rc1 app/assets/stylesheets/hyrax/_select_work_type.scss
hyrax-4.0.0 app/assets/stylesheets/hyrax/_select_work_type.scss
hyrax-4.0.0.rc3 app/assets/stylesheets/hyrax/_select_work_type.scss
hyrax-4.0.0.rc2 app/assets/stylesheets/hyrax/_select_work_type.scss
hyrax-4.0.0.rc1 app/assets/stylesheets/hyrax/_select_work_type.scss
hyrax-4.0.0.beta2 app/assets/stylesheets/hyrax/_select_work_type.scss
hyrax-4.0.0.beta1 app/assets/stylesheets/hyrax/_select_work_type.scss