Sha256: 81b2d212a45a4e1b24eafefd0d04dafcdbeba5fb482060724aa80623b8087937

Contents?: true

Size: 1.05 KB

Versions: 7

Compression:

Stored size: 1.05 KB

Contents

.input-group {
  margin-bottom: $padding-large-vertical;
}

.breadcrumbs {
  padding: 1em 0;
}

.alert {
  margin: 20px;
}

.modal-title {
  @extend h2
}

footer.navbar {
  padding-bottom: 0;
  margin-bottom: 0;
  border-radius: 0;
}

label.required, span.required {
  abbr{
    color: red;
    font-size: small;
  }
}

label.disabled {
  color: $gray-light;
}

.large-icon {
  font-size: 1.5em;
}

.dropdown-menu .btn.collection-remove {
  background:none;
  border:none;
  /*     padding:0!important;
    padding: 6px 12px;*/

  cursor:pointer;
  clear: both;
  color: #333333;
  display: block;
  width: 100%;
  font-weight: normal;
  line-height: 18px;
  padding: 3px 15px;
  white-space: nowrap;
  border-radius:0px
}
.dropdown-menu .btn.collection-remove:hover {
  text-decoration:underline;
  background-color:#0088CC;
}

// Vertically center child elements
.centerizer {
  align-items: center;
  display: flex;
}

.navbar-default {
  .navbar-nav {
    li {
      a {
        color: #666;
      }
    }
  }
}

.read-only {
  font-size: 1.2em;
  margin: 0 0 10px;
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hyrax-3.6.0 app/assets/stylesheets/hyrax/_styles.scss
hyrax-3.5.0 app/assets/stylesheets/hyrax/_styles.scss
hyrax-3.4.2 app/assets/stylesheets/hyrax/_styles.scss
hyrax-3.4.1 app/assets/stylesheets/hyrax/_styles.scss
hyrax-3.4.0 app/assets/stylesheets/hyrax/_styles.scss
hyrax-3.3.0 app/assets/stylesheets/hyrax/_styles.scss
hyrax-3.2.0 app/assets/stylesheets/hyrax/_styles.scss