Newer
Older
@import 'vars.scss';
.mat-paginator {
background: none;
}
.sub-info {
display: flex;
color: #8E8E8E;
font-size: 11px;
font-weight: bold;
background: #F3FAFC;
padding: 5px;
&-data {
flex: 1;
}
}
.main-info {
display: flex;
padding: 20px;
align-items: center;
&-status {
text-align: center;
.mat-icon {
font-size: 25px;
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
}
}
&-action {
color: #8E8E8E;
.mat-badge-content {
font-size: 10px;
}
}
}
.selected-data {
background: #EEFCFF;
.sub-info {
background: #EEFCFF;
}
.main-info-data {
color: $primary;
}
}
button[disabled] {
opacity: 0.5;
border-color: #666 !important;
color: #666 !important;
}
.mat-row:hover {
background: inherit;
}
.mat-badge-content {
background: $secondary;
}