allaw-ui 3.6.4 → 3.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
background: linear-gradient(
|
|
15
15
|
120deg,
|
|
16
16
|
transparent,
|
|
17
|
-
|
|
17
|
+
rgba(162, 181, 200, 0.7),
|
|
18
18
|
transparent
|
|
19
19
|
);
|
|
20
20
|
animation: shine 5s ease-in-out infinite;
|
|
@@ -56,18 +56,17 @@
|
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
.qualificationActive:hover {
|
|
59
|
-
background-color: #
|
|
60
|
-
border: 2px solid #
|
|
61
|
-
color: #25beeb;
|
|
59
|
+
background-color: #d1dce8;
|
|
60
|
+
border: 2px solid #d1dce8;
|
|
62
61
|
cursor: pointer;
|
|
63
62
|
}
|
|
64
63
|
|
|
65
64
|
.qualificationActive:hover .icon {
|
|
66
|
-
color: #
|
|
65
|
+
color: #456073;
|
|
67
66
|
}
|
|
68
67
|
|
|
69
68
|
.qualificationActive:hover .label {
|
|
70
|
-
color: #
|
|
69
|
+
color: #456073;
|
|
71
70
|
}
|
|
72
71
|
|
|
73
72
|
.disabled {
|
|
@@ -84,10 +83,10 @@
|
|
|
84
83
|
}
|
|
85
84
|
|
|
86
85
|
.qualificationActive {
|
|
87
|
-
background-color:
|
|
86
|
+
background-color: #e6edf5;
|
|
88
87
|
color: #456073;
|
|
89
88
|
position: relative;
|
|
90
|
-
border: 2px solid #
|
|
89
|
+
border: 2px solid #e6edf5;
|
|
91
90
|
overflow: hidden;
|
|
92
91
|
}
|
|
93
92
|
|
|
@@ -139,6 +138,18 @@
|
|
|
139
138
|
background-color: #29a36a;
|
|
140
139
|
}
|
|
141
140
|
|
|
141
|
+
.bg-grey-venom {
|
|
142
|
+
background-color: #e6edf5;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.bg-grey-light {
|
|
146
|
+
background-color: #f6fcfe;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.color-grey-light {
|
|
150
|
+
color: #f6fcfe;
|
|
151
|
+
}
|
|
152
|
+
|
|
142
153
|
.color-mid-grey {
|
|
143
154
|
color: #728ea7;
|
|
144
155
|
}
|