Sha256: aa1880cb44eb3965a20b1e9b8b5ce0de4fa9b7890665d303b79c7085584c81e5

Contents?: true

Size: 828 Bytes

Versions: 7

Compression:

Stored size: 828 Bytes

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;
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hyrax-2.1.0 app/assets/stylesheets/hyrax/_styles.scss
hyrax-2.1.0.rc4 app/assets/stylesheets/hyrax/_styles.scss
hyrax-2.1.0.rc3 app/assets/stylesheets/hyrax/_styles.scss
hyrax-2.1.0.rc2 app/assets/stylesheets/hyrax/_styles.scss
hyrax-2.1.0.rc1 app/assets/stylesheets/hyrax/_styles.scss
hyrax-2.1.0.beta2 app/assets/stylesheets/hyrax/_styles.scss
hyrax-2.1.0.beta1 app/assets/stylesheets/hyrax/_styles.scss