Skip to content
Snippets Groups Projects
library.css 341 B
Newer Older
Ray Schamp's avatar
Ray Schamp committed
.library-scroll-grid {
    display: flex;
    overflow-y: scroll;
    height: 100%;
}

.modal-header {
    width: 100%;
    margin-bottom: 3rem;
    padding: 0.5rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: normal;
    color: #8e8f95;
    border-bottom: 1px solid lightgray;