Sha256: 586217d843f58696af350ee5f2ef4fd28adb8804b8e7ab6450943ee27cb4769a

Contents?: true

Size: 870 Bytes

Versions: 3

Compression:

Stored size: 870 Bytes

Contents

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

.more-info-area {
  float: left;
  order:3;
  max-height: 100px;
  overflow:hidden;
}

.text-span{
  width:80%;
  float:left;
}

.hide-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display:block
}

.status-icons {
  order: 2;
  margin-left: 0.5rem;
}

.index_title {
  order: 1;
  @extend .text-span;
  @extend .hide-overflow;
  @extend h5;
  font-size:1rem;
  width:80%;
}

.caret-toggle {
  @extend .fa, .fa-caret-right;
  cursor: pointer;
  width: 10px;

  &.open {
    @extend .fa, .fa-caret-down;
  }
}

#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

3 entries across 3 versions & 1 rubygems

Version Path
geoblacklight-2.3.0 app/assets/stylesheets/geoblacklight/modules/results.scss
geoblacklight-2.2.1 app/assets/stylesheets/geoblacklight/modules/results.scss
geoblacklight-2.2.0 app/assets/stylesheets/geoblacklight/modules/results.scss