Skip to content
Snippets Groups Projects
engine_2.scss 3.08 KiB
Newer Older
  • Learn to ignore specific revisions
  • /******* CSS ACCORDING TO FINAL CSS *********/
    
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    
    .maarch-container {
    
        position: absolute !important;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #eee;
    }
    
    .mat-sidenav-content {
        display: flex !important;
        flex-direction: column;
    }
    
    .bg-head {
        background: #135F7F;
    
        // min-height: 200px;
    
        color: white;
    
        &-title {
            font-size: 20px;
            padding: 20px;
            padding-left: 50px;
            padding-right: 50px;
            display: flex;
            align-items: center;
    
            &-label,
            &-tool {
                flex: 1;
                align-items: center;
    
            }
    
            &-tool {
                flex: none;
                justify-content: flex-end;
            }
        }
    
        &-content {
            display: flex;
            align-items: center;
            padding-left: 30px;
            padding-right: 30px;
            padding-bottom: 90px;
        }
    
    
        &-content:empty {
            padding-bottom: 60px;
        }
    
    }
    
    .panel-left,
    .panel-right {
        min-width: 300px;
        box-shadow: none;
        border: none !important;
    }
    
    .container {
        flex: 1;
        padding-left: 30px;
        padding-right: 30px;
        margin-top: -60px;
        width: 100%;
    
        overflow: hidden;
    
            overflow-y: auto;
            overflow-x: hidden;
    
            position: relative;
            height: 100%;
            min-height: 200px;
            width: 100%;
            border-radius: 20px;
            background-color: #FFFFFF;
            box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.09);
    
        }
    }
    
    .fullContainer {
        padding-left: 0;
        padding-right: 0;
    }
    
    .customContainerRight {
        padding-right: 10px;
    }
    
    .table-head {
        overflow: auto;
    
    Alex ORLUC's avatar
    Alex ORLUC committed
        overflow-y: hidden;
    
        display: flex;
        padding-left: 25px;
        padding-right: 25px;
        height: 10%;
        align-items: center;
        white-space: pre;
    
        div {
            flex: 1;
            align-items: center;
        }
    
    
        &-result {
            color: #4A4A4A;
            font-size: 25px;
            font-weight: bold;
    
            small {
                font-size: 14px;
                color: #029BB6;
            }
    
        }
    
        &-tool {
    
    Alex ORLUC's avatar
    Alex ORLUC committed
            justify-content: flex-start;
            display: flex;
            flex-direction: row-reverse;
    
    Alex ORLUC's avatar
    Alex ORLUC committed
    .mat-paginator {
        .mat-paginator-container {
            flex-wrap: initial !important;
        }
    }
    
        color: #00CB55;
        font-size: 8px;
    }
    
    
        color: #EF8717;
        font-size: 8px;
    }
    
    
        color: red;
        font-size: 8px;
    
    }
    
    .mat-menu-content:not(:empty) {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    
    .mat-menu-panel {
        min-height: auto !important;
    }
    
    
    .sideBarForm {
        width: 600px !important;
        .mat-drawer-inner-container {
            display: flex !important;
            flex-direction: column !important;
        }
    }
    
    .sideBarFormMobile {
        width: 95% !important;
        .mat-drawer-inner-container {
            display: flex !important;
            flex-direction: column !important;
        }