/* /MainPage/Modules/Organization/Tasks/SheetView/SheetView.css */

.SheetViewContentArea {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.SheetViewHeaderCell {
    font-weight: 700;
    background: var(--mainPageBgColor) !important;
}

/* Smartphones */
@media (max-width: 767px) { }

/* Tablettes */
@media (min-width: 768px) and (max-width: 1024px) { }

/* Petits laptops */
@media (min-width: 1025px) and (max-width: 1919px) { }

/* Desktop */
@media (min-width: 1920px) { }
