@pmidc/upyog-css 1.2.48 → 1.2.50
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.
- package/dist/index.css +2 -19
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/card.scss +1 -1
- package/src/pages/employee/index.scss +2 -2
package/dist/index.css
CHANGED
|
@@ -36,7 +36,6 @@ a {
|
|
|
36
36
|
abbr[title] {
|
|
37
37
|
border-bottom: none;
|
|
38
38
|
text-decoration: underline;
|
|
39
|
-
-webkit-text-decoration: underline dotted;
|
|
40
39
|
text-decoration: underline dotted;
|
|
41
40
|
}
|
|
42
41
|
|
|
@@ -215,22 +214,6 @@ input::-ms-input-placeholder, .checkbox-wrap .input-emp::-ms-input-placeholder,
|
|
|
215
214
|
color: #a0aec0;
|
|
216
215
|
}
|
|
217
216
|
|
|
218
|
-
input::-webkit-input-placeholder, .checkbox-wrap .input-emp::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
|
|
219
|
-
color: #a0aec0;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
input::-moz-placeholder, .checkbox-wrap .input-emp::-moz-placeholder, textarea::-moz-placeholder {
|
|
223
|
-
color: #a0aec0;
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
input:-ms-input-placeholder, .checkbox-wrap .input-emp:-ms-input-placeholder, textarea:-ms-input-placeholder {
|
|
227
|
-
color: #a0aec0;
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
input::-ms-input-placeholder, .checkbox-wrap .input-emp::-ms-input-placeholder, textarea::-ms-input-placeholder {
|
|
231
|
-
color: #a0aec0;
|
|
232
|
-
}
|
|
233
|
-
|
|
234
217
|
input::placeholder, .checkbox-wrap .input-emp::placeholder, textarea::placeholder {
|
|
235
218
|
color: #a0aec0;
|
|
236
219
|
}
|
|
@@ -10514,8 +10497,8 @@ video::-webkit-media-controls-panel {
|
|
|
10514
10497
|
margin-left: 12px;
|
|
10515
10498
|
}
|
|
10516
10499
|
.citizen .sidebar svg, .employee .sidebar svg {
|
|
10517
|
-
width:
|
|
10518
|
-
height:
|
|
10500
|
+
width: 10px;
|
|
10501
|
+
height: 10px;
|
|
10519
10502
|
fill: #374151;
|
|
10520
10503
|
-webkit-transition: fill 0.18s ease;
|
|
10521
10504
|
transition: fill 0.18s ease;
|