Sha256: c7b8cbedc9b201e0116bfefc0ece0652cca6a4bb67d0a65edbb880a679afc8a4
Contents?: true
Size: 904 Bytes
Versions: 11
Compression:
Stored size: 904 Bytes
Contents
/* Warning! If you want to change these, just copy them into your own theme css. But you want to remove the !default, which only will set them if not already set. */ $logo-image: image_url('blacklight/logo.png') !default; $logo-width: 150px !default; $logo-height: 50px !default; /* label (field names) */ $field_name_color: $text-muted !default; // the default bootstrap font-family list includes "Segoe UI Emoji", which, on windows // renders our remove icon as an emoji-sized x instead of what we see on all other platforms... // so, for now (until we replace it with an SVG icon or something), we get to override bootstrap: $remove-icon-font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif !default; $facet-active-border: $success !default; $facet-active-bg: $success !default; $facet-active-item-color: $success !default;
Version data entries
11 entries across 11 versions & 2 rubygems