Newer
Older
dmpopidor / app / assets / stylesheets / blocks / _rda.scss
@Bodacious Bodacious on 19 Oct 2018 311 bytes Update asset structure with webpacker gem
.remove-standard {
  border: none;
  background: none;
}

.browse-standards-border {
  border: 1px solid $color-border-default;
  border-radius: 0px;
  padding: 10px 10px 5px 10px;
  margin-bottom:10px;
  overflow-y: scroll;
  max-height: 300px;
  width: 100%;
}

.rda_metadata .form-control {
  width: auto;
}