Skip to content
Snippets Groups Projects
visa-workflow.component.scss 2.51 KiB
Newer Older
  • Learn to ignore specific revisions
  • @import '../../css/vars.scss';
    
    .mat-form-field-appearance-outline {
        font-size: 11px;
    }
    
    .visaSignList {
        ::ng-deep.mat-optgroup-label {
            color: $primary;
            position: sticky;
            top: 0px;
            background: white !important;
            z-index: 1;
        }
    }
    
    
    .cdk-drag-preview {
        box-sizing: border-box;
        border-radius: 4px;
        box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
            0 8px 10px 1px rgba(0, 0, 0, 0.14),
            0 3px 14px 2px rgba(0, 0, 0, 0.12);
    
        background: white !important;
    
        padding: 10px;
    
            display: none;
        }
    }
    
    .cdk-drag-placeholder {
        opacity: 0;
    }
    
    .cdk-drag-animating {
        transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
    }
    
    .columns:last-child {
        border: none;
    }
    
    .cdk-list.cdk-drop-list-dragging .columns:not(.cdk-drag-placeholder) {
        transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
    }
    
    .columns {
        cursor: move;
    }
    
    .notDraggable {
        cursor: not-allowed;
    }
    
    .notEditable {
        cursor: initial;
    
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 13px;
        width: 150px;
        text-align: left;
    }
    
    
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 13px;
        width: 120px;
        text-align: center;
    }
    
    .emptyContent {
        opacity: 0.5;
        text-align: center;
        font-size: 10px;
        padding: 10px;
    }
    
    .processed {
    
        background: rgba($accent, 0.11) !important;
    }
    
    .interrupt {
        background: rgba($warn, 0.11) !important;
    
    .workflow {
    
        height: auto !important;
    
        margin-bottom: 10px;
        background: rgba(216,216,216,0.1);
        border-radius: 10px;
        font-size: 13px;
    
    .workflowLine {
        display: flex !important;
        align-items: center;
    
        &Container {
    
            overflow: hidden;
            text-overflow: ellipsis;
        }
    
        &Label {
            text-overflow: ellipsis;
            overflow: hidden;
        }
    
        &SubLabel {
    
            font-size: 80%;
    
            flex: 1;
            text-overflow: ellipsis;
    
        }
    
        &ProcessDate {
            flex: 1;
    
            text-align: left;
    
            font-size: 80%;
        }
    
        .mat-raised-button[disabled] {
            background: none;
            color: $primary !important;
            opacity: 1;
    
    }
    
    .avatar {
        border: solid 3px #F99830;
        height: 45px !important;
        width: 45px !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    
    }
    
    .invalid {
        color: $warn;