Skip to content
Snippets Groups Projects
library.css 641 B
Newer Older
Ray Schamp's avatar
Ray Schamp committed
.library-scroll-grid {
    flex-grow: 1;
    justify-content: space-between;
    flex-wrap: wrap;
Steven Dale's avatar
Steven Dale committed
    height: calc(100% - 6rem); /* @todo: currently estimate, fix precision */

    /* 
        Gives sprites a bit of room so they don't get cut off when they grow on hover
Steven Dale's avatar
Steven Dale committed
        @todo: sync as a var, with the transform defined on .library-item:hover
    */
    padding: 0.15rem; 
    margin-bottom: 2rem;
    padding: 0.5rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: normal;
    color: #8e8f95;