Sha256: b114f8e2e157188f314193b196335f3c352efdadf7431644d7d780c1a2726373

Contents?: true

Size: 752 Bytes

Versions: 4

Compression:

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

.dd-handle.dd3-handle {
  z-index: 1;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 app/assets/stylesheets/hyrax/_featured.scss
hyrax-5.0.4 app/assets/stylesheets/hyrax/_featured.scss
hyrax-5.0.3 app/assets/stylesheets/hyrax/_featured.scss
hyrax-5.0.2 app/assets/stylesheets/hyrax/_featured.scss