Sha256: 79ee6cecbc9bb778cd4f5b2b756c0126f7d766adf5bbba2d0de0f390401b1fe4

Contents?: true

Size: 905 Bytes

Versions: 5

Compression:

Stored size: 905 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

5 entries across 5 versions & 1 rubygems

Version Path
blacklight-8.0.0.beta5 app/assets/stylesheets/blacklight/blacklight_defaults.scss
blacklight-8.0.0.beta4 app/assets/stylesheets/blacklight/blacklight_defaults.scss
blacklight-8.0.0.beta3 app/assets/stylesheets/blacklight/blacklight_defaults.scss
blacklight-8.0.0.beta2 app/assets/stylesheets/blacklight/blacklight_defaults.scss
blacklight-8.0.0.beta1 app/assets/stylesheets/blacklight/blacklight_defaults.scss