Skip to content
Snippets Groups Projects
diffusionModel-administration.component.scss 374 B
Newer Older
  • Learn to ignore specific revisions
  • @import '../../../css/vars.scss';
    
    
    Alex ORLUC's avatar
    Alex ORLUC committed
    .mat-list-item[draggable="false"]:hover{
        background: inherit;
    }
    
    .mat-list-item[draggable="false"]{
        cursor: not-allowed !important;
    }
    
    .mat-list-item[draggable="true"]{
        cursor: pointer;
    }
    
    .mat-list-item[draggable="true"] mat-icon{
        cursor: move;
    
    }
    
    .primaryColor {
        color: $primary;
    }
    
    .redColor {
        color: #e4342b;
    }