Sha256: aa6491d6d697b4c18c93ad3c29dc0093084093f1d7f1e1876354b7475c32787a

Contents?: true

Size: 853 Bytes

Versions: 11

Compression:

Stored size: 853 Bytes

Contents

#facet-panel-collapse {
    display: inline-block !important; 
    width: 100%;
}

.navbar-toggler-icon {
    display: none;
}

.facet-label .facet_select, .selected, .facet-label .remove {
    margin-right: 0.5rem;
}

.facet-label .remove {
    margin-left: 0.75rem;
}

ul.facet-values.list-unstyled {
    display: table;
    table-layout: fixed;
    width: 100%;

    > li {
        display: table-row;

        > .facet-label {
            display: table-cell;
            hyphens: auto;
            padding: 0 0.875rem 0.375rem 0.875rem;
            text-indent: -0.938rem;

            > a.facet_select { margin-right: unset;}
        }

        > .facet-count {
            display: table-cell;
            text-align: right;
        }
    }
}

.filter-name:after {
    content: "\f105";
    font-family: "FontAwesome";
    padding-left: 0.5rem;
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
hyrax-5.0.1 app/assets/stylesheets/hyrax/_facets.scss
hyrax-5.0.0 app/assets/stylesheets/hyrax/_facets.scss
hyrax-5.0.0.rc3 app/assets/stylesheets/hyrax/_facets.scss
hyrax-5.0.0.rc2 app/assets/stylesheets/hyrax/_facets.scss
hyrax-5.0.0.rc1 app/assets/stylesheets/hyrax/_facets.scss
hyrax-4.0.0 app/assets/stylesheets/hyrax/_facets.scss
hyrax-4.0.0.rc3 app/assets/stylesheets/hyrax/_facets.scss
hyrax-4.0.0.rc2 app/assets/stylesheets/hyrax/_facets.scss
hyrax-4.0.0.rc1 app/assets/stylesheets/hyrax/_facets.scss
hyrax-4.0.0.beta2 app/assets/stylesheets/hyrax/_facets.scss
hyrax-4.0.0.beta1 app/assets/stylesheets/hyrax/_facets.scss