Skip to content
Snippets Groups Projects
Select Git revision
  • 2a6eb9cf3c3be2633642fed364c652036af9a2e5
  • master default protected
2 results

pick-list.component.scss

Blame
  • pick-list.component.scss 625 B
    .map {
        margin-bottom: 20px;
        height: 70vh
      }
      
      table {
        width: 100%;
      }
      
      .table {
        margin-bottom: 35px;
      
        th.mat-header-cell {
          vertical-align: middle;
        }
      }
      
    mat-card {
        p {
            color: rgba(0,0,0,.54)
        }
        span {
            color: rgba(0,0,0,.87)
        }
    }
    
    // --- True
    .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
      background-color: #43a047;
    }
    
    // --- False
    .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
      background-color: #d32f2f;
    }
    
    .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
      background-color: #e0e0e0;
      color: rgba(0,0,0,.87);
    }