Sha256: 927cc7ed59e2cec8cbf4e7ec6040fab4d1e3d85da13bdb9527bd0f4ba6a447fe

Contents?: true

Size: 914 Bytes

Versions: 4

Compression:

Stored size: 914 Bytes

Contents

[data-map="index"] {
  height: 480px;
}

.more-info-area {
  max-height: 100px;
  overflow:hidden;
  padding-left: 2ch;
}

.documents-list {
  @extend .mb-4;
}

.index-split {
  .index_title {
    display: flex;
    font-size: 1rem;
    padding-right: 0;
  }

  .document-counter {
    @extend .pr-1;
  }

  .caret-toggle {
    @include caret('right');
    padding-left: 0;
    width: 28px;

    &[aria-expanded="true"] {
      @include caret('down');
    }
  }

  .status-icons {
    cursor: pointer;
    margin-left: 0.5rem;
    margin-top: -3px;
    white-space: nowrap;
    z-index: 2; // get the icons above the toggle
  }
}

#main-container {
  .category-block {
    min-height: 240px;

    .category-icon {
      font-size: 6em;
    }
  }

  [data-map="index"] {
    height: 400px;

    .leaflet-control-container {
      .search-control {
        a {
          color: $white;
        }
      }
    }
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
geoblacklight-3.2.0 app/assets/stylesheets/geoblacklight/modules/results.scss
geoblacklight-3.1.0 app/assets/stylesheets/geoblacklight/modules/results.scss
geoblacklight-3.0.1 app/assets/stylesheets/geoblacklight/modules/results.scss
geoblacklight-3.0.0 app/assets/stylesheets/geoblacklight/modules/results.scss