Sha256: 8ff99c76e7940bbdda630f5b629b6f72c9e3fd022ae8c77a07ea0bc777bd2334
Contents?: true
Size: 764 Bytes
Versions: 10
Compression:
Stored size: 764 Bytes
Contents
// SVG icons via FontAwesome and IcoMoon, see geoblacklight-icons.json for project data span.icon-missing { display: inline-block; height: 1em; width: 1em; } // CatalogController#index - Home .category-icon { .blacklight-icons { height: 6rem; width: auto; } .blacklight-icons svg { width: 100%; height: 100%; top: 2rem; } } // CatalogController#show .document { h2 { .blacklight-icons { height: 1.5rem; width: auto; } .blacklight-icons svg { width: auto; height: 100%; } } } // CatalogController#index - search results .facet-label { .blacklight-icons, span.icon-missing { margin-right:0.5em; } } .blacklight-icons { svg * { width: 100%; height: 100%; } }
Version data entries
10 entries across 10 versions & 1 rubygems