Sha256: c67679697609cab0837ae61b4543e9043cc98abe7f2d0e21f6555b010c7cae7e

Contents?: true

Size: 401 Bytes

Versions: 3

Compression:

Stored size: 401 Bytes

Contents

/**
 * Rules for the geospatial metadata Bootstrap Modal dialog
 */
.modal-dialog {
  width: 1148px;
}

.modal-header {
  .modal-title {
    font-weight: 400;
    font-size: 20px;
  }
}

.modal-body {
  overflow-y: scroll;
  height: calc(100vh - 190px);

  .metadata-view {
    .nav-pills {
      text-align: center;

      li {
        float: none;
        display: inline-block;
      }
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
geoblacklight-1.7.1 app/assets/stylesheets/geoblacklight/modules/metadata.scss
geoblacklight-1.7.0 app/assets/stylesheets/geoblacklight/modules/metadata.scss
geoblacklight-1.6.0 app/assets/stylesheets/geoblacklight/modules/metadata.scss