Sha256: 576e4eb8be295dd46e486d998cb42f0a0595ccffb1d3d8c2b7cee12baec5917d

Contents?: true

Size: 707 Bytes

Versions: 18

Compression:

Stored size: 707 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: $padding-small-vertical;
  }

  .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

18 entries across 18 versions & 1 rubygems

Version Path
hyrax-3.6.0 app/assets/stylesheets/hyrax/_featured.scss
hyrax-3.5.0 app/assets/stylesheets/hyrax/_featured.scss
hyrax-3.4.2 app/assets/stylesheets/hyrax/_featured.scss
hyrax-3.4.1 app/assets/stylesheets/hyrax/_featured.scss
hyrax-3.4.0 app/assets/stylesheets/hyrax/_featured.scss
hyrax-3.3.0 app/assets/stylesheets/hyrax/_featured.scss
hyrax-3.2.0 app/assets/stylesheets/hyrax/_featured.scss
hyrax-3.1.0 app/assets/stylesheets/hyrax/_featured.scss
hyrax-3.0.2 app/assets/stylesheets/hyrax/_featured.scss
hyrax-3.0.1 app/assets/stylesheets/hyrax/_featured.scss
hyrax-3.0.0 app/assets/stylesheets/hyrax/_featured.scss
hyrax-3.0.0.pre.rc4 app/assets/stylesheets/hyrax/_featured.scss
hyrax-3.0.0.pre.rc3 app/assets/stylesheets/hyrax/_featured.scss
hyrax-3.0.0.pre.rc2 app/assets/stylesheets/hyrax/_featured.scss
hyrax-3.0.0.pre.rc1 app/assets/stylesheets/hyrax/_featured.scss
hyrax-3.0.0.pre.beta3 app/assets/stylesheets/hyrax/_featured.scss
hyrax-3.0.0.pre.beta2 app/assets/stylesheets/hyrax/_featured.scss
hyrax-3.0.0.pre.beta1 app/assets/stylesheets/hyrax/_featured.scss