Sha256: 8f6e11b428a2cc77606867c2fcb9e36856ad586a20e6a91208364ede61348443

Contents?: true

Size: 987 Bytes

Versions: 4

Compression:

Stored size: 987 Bytes

Contents

// Additional customizations beyond generated FontCustom styles

.geoblacklight-icon {
  color: $gray-600;
  font-size: 1.2em;
}

.geoblacklight-stanford {
  color: #8c1515;
}

.geoblacklight-public {
  @extend .fa, .fa-unlock, .text-muted;
}

.geoblacklight-restricted {
  @extend .fa, .fa-lock, .text-muted;
  width: 17px;
}

.geoblacklight-citation {
  @extend .fa, .fa-bookmark;
}

.geoblacklight-data-dictionary {
  @extend .fa, .fa-book;
}

.geoblacklight-sms {
  @extend .fa, .fa-mobile;
}

.geoblacklight-email {
  @extend .fa, .fa-envelope;
}

.geoblacklight-relations-ancestor {
  @extend .fa, .fa-pagelines;
}

.geoblacklight-relations-descendant {
  @extend .fa, .fa-leaf;
}

.geoblacklight-web_services {
  @extend .fa, .fa-external-link;
}

.geoblacklight-metadata {
  @extend .fa, .fa-file-text-o;
}

.geoblacklight-carto {
  @extend .fa, .fa-map-marker;
}

// DEPRECATED: Will be removed in GeoBlacklight v2.0
.geoblacklight-cartodb {
  @extend .geoblacklight-cartodb;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
geoblacklight-2.1.2 app/assets/stylesheets/geoblacklight/modules/icon-customization.scss
geoblacklight-2.1.1 app/assets/stylesheets/geoblacklight/modules/icon-customization.scss
geoblacklight-2.1.0 app/assets/stylesheets/geoblacklight/modules/icon-customization.scss
geoblacklight-2.0.0 app/assets/stylesheets/geoblacklight/modules/icon-customization.scss