Sha256: 6c578bdf391f897c981790ca4b444726d6d6d4f35d26ff970024484516199768

Contents?: true

Size: 853 Bytes

Versions: 21

Compression:

Stored size: 853 Bytes

Contents

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

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

.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: $font-size-h4;
      margin-top: 0;
    }
  }
}

.new-work-select {
  clear: both;
}

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
hyrax-1.1.1 app/assets/stylesheets/hyrax/_select_work_type.scss
hyrax-2.0.3 app/assets/stylesheets/hyrax/_select_work_type.scss
hyrax-1.1.0 app/assets/stylesheets/hyrax/_select_work_type.scss
hyrax-2.0.2 app/assets/stylesheets/hyrax/_select_work_type.scss
hyrax-2.0.1 app/assets/stylesheets/hyrax/_select_work_type.scss
hyrax-2.0.0 app/assets/stylesheets/hyrax/_select_work_type.scss
hyrax-2.0.0.rc3 app/assets/stylesheets/hyrax/_select_work_type.scss
hyrax-2.0.0.rc2 app/assets/stylesheets/hyrax/_select_work_type.scss
hyrax-2.0.0.rc1 app/assets/stylesheets/hyrax/_select_work_type.scss
hyrax-1.0.5 app/assets/stylesheets/hyrax/_select_work_type.scss
hyrax-2.0.0.beta5 app/assets/stylesheets/hyrax/_select_work_type.scss
hyrax-2.0.0.beta4 app/assets/stylesheets/hyrax/_select_work_type.scss
hyrax-2.0.0.beta3 app/assets/stylesheets/hyrax/_select_work_type.scss
hyrax-2.0.0.beta2 app/assets/stylesheets/hyrax/_select_work_type.scss
hyrax-2.0.0.beta1 app/assets/stylesheets/hyrax/_select_work_type.scss
hyrax-1.0.4 app/assets/stylesheets/hyrax/_select_work_type.scss
hyrax-1.0.3 app/assets/stylesheets/hyrax/_select_work_type.scss
hyrax-1.0.2 app/assets/stylesheets/hyrax/_select_work_type.scss
hyrax-1.0.1 app/assets/stylesheets/hyrax/_select_work_type.scss
hyrax-1.0.0.rc2 app/assets/stylesheets/hyrax/_select_work_type.scss