Skip to content
Snippets Groups Projects
attachments-list.component.scss 2.42 KiB
Newer Older
  • Learn to ignore specific revisions
  • Alex ORLUC's avatar
    Alex ORLUC committed
    @import '../../css/vars.scss';
    
    .mat-card {
        box-shadow: none;
    
        box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
    }
    
    .layout {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #0003;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        .mat-raised-button {
            width: 200px;
        }
    
    Alex ORLUC's avatar
    Alex ORLUC committed
    }
    
    .infosPj {
    
    Alex ORLUC's avatar
    Alex ORLUC committed
        border-top: solid 1px rgba(0, 0, 0, 0.12);
        position: absolute;
        width: 100%;
        bottom: 0;
        padding: 5px;
    
        display: flex;
        flex-direction: column;
        align-items: center;
    
        ::ng-deep.mat-expansion-panel-body {
            padding: 0px;
        }
    
        ::ng-deep.mat-form-field-label {
            color: $primary;
    
    .mainInfos {
        display: block;
        font-size: 16px;
        color: #666;
    }
    
    
    Alex ORLUC's avatar
    Alex ORLUC committed
    .subInfos {
    
        display: block;
        font-size: 10px;
        color: $primary;
    }
    
    .stateInfo {
    
    Alex ORLUC's avatar
    Alex ORLUC committed
        font-size: 12px;
        color: $primary;
    
        position: absolute;
        left: 0px;
        height: 100%;
        top: 0px;
        width: 100px;
        display: flex;
        align-items: center;
        justify-content: left;
        font-style: italic;
        padding-left: 10px;
    }
    
    .statusInfo {
        display: block;
        font-size: 12px;
        color: #666;
        opacity: 0.5;
        position: absolute;
        right: 0px;
        height: 100%;
        top: 0px;
        width: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-style: italic;
    
    Alex ORLUC's avatar
    Alex ORLUC committed
    }
    
    .subInfosBottom {
    
    Alex ORLUC's avatar
    Alex ORLUC committed
        font-size: 12px;
        color: #666;
    }
    
    
    .signed {
        border: solid 1px green;
        .infosPj {
            background: green;
        }
        .mainInfos, .subInfos, .stateInfo, .statusInfo, .subInfosBottom {
            color: white;
        }
    }
    
    
    Alex ORLUC's avatar
    Alex ORLUC committed
    .mat-icon {
        height: auto;
    }
    
    
    Alex ORLUC's avatar
    Alex ORLUC committed
    .pjToolsContent {
    
    Alex ORLUC's avatar
    Alex ORLUC committed
        right: 0px;
        border-bottom: solid 1px #E0E0E0;
        border-left: solid 1px #E0E0E0;
        border-bottom-left-radius: 5px;
        background: white;
    
    
        .downloadButton,
        .actionsButton,
        .versionButton {
    
    Alex ORLUC's avatar
    Alex ORLUC committed
            font-size: 10px;
        }
    
        .downloadButton:hover,
        .downloadButton:active,
        .downloadButton:focus {
    
    Alex ORLUC's avatar
    Alex ORLUC committed
            text-decoration: none;
        }
    
    Alex ORLUC's avatar
    Alex ORLUC committed
        .mat-badge-content {
            right: 0;
            top: -7px;
            font-size: 10px;
        }
    
    }
    
    .loading {
        display:flex;
        justify-content: center;
        top: 0;
        left: 0;
        width: 100%;
        background: #ffffffb3;
        z-index: 1;
        overflow: hidden;