Sha256: 441c11dcb4ab951818a1df942fb933ab8e661bc60467685c155eac3f9e8b49fc

Contents?: true

Size: 573 Bytes

Versions: 10

Compression:

Stored size: 573 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;

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

  img {
    width: 90px;
  }

  .main {
    padding: $padding-small-vertical;
  }

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

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
hyrax-2.2.2 app/assets/stylesheets/hyrax/_featured.scss
hyrax-2.2.1 app/assets/stylesheets/hyrax/_featured.scss
hyrax-2.2.0 app/assets/stylesheets/hyrax/_featured.scss
hyrax-2.1.0 app/assets/stylesheets/hyrax/_featured.scss
hyrax-2.1.0.rc4 app/assets/stylesheets/hyrax/_featured.scss
hyrax-2.1.0.rc3 app/assets/stylesheets/hyrax/_featured.scss
hyrax-2.1.0.rc2 app/assets/stylesheets/hyrax/_featured.scss
hyrax-2.1.0.rc1 app/assets/stylesheets/hyrax/_featured.scss
hyrax-2.1.0.beta2 app/assets/stylesheets/hyrax/_featured.scss
hyrax-2.1.0.beta1 app/assets/stylesheets/hyrax/_featured.scss