Sha256: d54db033aa463a607083c98d6b29dd99ac97f866b3653453962c8dbb81b5de77

Contents?: true

Size: 711 Bytes

Versions: 11

Compression:

Stored size: 711 Bytes

Contents

ol#featured_works {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

/* don't nest .featured-item in the ol, because it's detached from the list when being dragged */
.featured-item {
  border-top: 1px solid #ddd;
  font-size: 0.9em;
  min-height: 100px;
  padding: 8px;

  &:first-of-type {
    border-top: 0;
  }

  h3 {
    font-size: 1.1em;
    margin-top: 0;
  }

  img {
    width: 90px;
    float: left;
    padding-right: 1em;
  }

  .main {
    padding: $custom-select-padding-y-sm;
  }

  .featured-label {
    color: $gray;
    font-weight: bold;
  }

  .featured-field {
    padding-left: 90px;
  }
}

.featured-researcher {
  padding: 1em 0;
  border-bottom: 1px dotted $gray-lighter;
}

Version data entries

11 entries across 11 versions & 1 rubygems

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