Newer
Older
@import '../../css/vars.scss';
.dateType {
width: 100px;
display: flex;
flex-direction: column;
font-size: 10px !important;
justify-content: center;
text-align: center;
.type {
.badge {
font-size: 10px !important;
color: white;
font-weight: normal;
width: 100px;
21
22
23
24
25
26
27
28
29
30
31
32
33
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
}
}
.date {
opacity: 0.5;
}
}
.desc {
font-size: 13px;
flex: 1;
display: flex;
flex-direction: column;
}
.error {
color: red;
}
.success {
color: green;
}
.contact {
font-size: 10px;
flex-direction: column;
display: flex;
}
.filterTypes {
overflow: auto;
overflow-y: hidden;
width: auto;
max-width: 100%;
margin-left: 10px;
::ng-deep.mat-button-toggle-checked {
background: $secondary;
color: white;
font-weight: bold;
height: 25px;
font-size: 10px;
.mat-button-toggle-label-content {
line-height: 0px;
}
.mat-button-toggle-button {
height: 100%;
}
}
:not(::ng-deep.mat-button-toggle-checked) {
::ng-deep.mat-button-toggle-button {
color: $primary;
font-weight: bold;
height: 25px;
font-size: 10px;
.mat-button-toggle-label-content {
line-height: 0px;
}
}
}
}
.subinfo {
padding: 5px;
display: flex;
font-size: 10px;
transition: all 0.5s;
&:hover {
background: rgba($primary, 0.1);
transition: all 0.5s;
}
}
.attach {
font-size: 13px;
display: flex;
padding: 5px;
color: $primary;
i {
flex: 1;
cursor: help;
}

Alex ORLUC
committed
}

Alex ORLUC
committed
position: sticky;
z-index: 2;
bottom: 10px;
margin-left: 10px;
}
.loading {
display: flex;
width: 100%;
align-items: center;
justify-content: center;