Select Git revision
pick-list.component.scss

Oleksandr Husak authored
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);
}