Skip to content
Snippets Groups Projects
Select Git revision
  • 3eb6b34ddd1025302b7645a4dec7af611a17c26b
  • master default protected
2 results

style.css

Blame
  • style.css 507 B
    [class*="col-"] {
        margin-bottom: 20px;
    }
    
    [class*="col-"] .card-noheader {
        height: 100%;
        padding: 10px 10px 5px;
    }
    
    .card-clickable {
        cursor: pointer;
    }
    
    .book-page-detail-img, #book-page-detail-img {
        @media (max-width: 767px) {
            width: 160px;
        }
        @media (min-width: 768px) {
            width: 10vw;
        }
    }
    
    .search-card {
        width: 100%;
    }
    
    .tc-overdue {
        color: var(--bs-danger) !important;
    }
    
    .loan-chart {
        min-width: 310px;
        height: 400px;
        margin: 0 auto;
    }