@natec/mef-dev-ui-kit 0.0.65 → 0.0.66
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/package.json
CHANGED
|
@@ -1108,11 +1108,11 @@
|
|
|
1108
1108
|
only screen and (-o-min-device-pixel-ratio: 200/100),
|
|
1109
1109
|
only screen and (min-device-pixel-ratio: 2.0) {
|
|
1110
1110
|
.editor-icon {
|
|
1111
|
-
|
|
1111
|
+
|
|
1112
1112
|
background-size: 480px 40px;
|
|
1113
1113
|
}
|
|
1114
1114
|
.alert .close {
|
|
1115
|
-
|
|
1115
|
+
|
|
1116
1116
|
background-position: -9px -10px;
|
|
1117
1117
|
width: 10px;
|
|
1118
1118
|
height: 9px;
|
|
@@ -337,13 +337,7 @@ $assets-url: "../../assets" ;
|
|
|
337
337
|
opacity: 0.1;
|
|
338
338
|
}
|
|
339
339
|
}
|
|
340
|
-
.card-icon-refresh-lg-master {
|
|
341
|
-
background-image: url("../../img/progress/progress-circle-lg-master-static.svg");
|
|
342
|
-
}
|
|
343
340
|
|
|
344
|
-
.card-icon-refresh-lg-white {
|
|
345
|
-
background-image: url("../../img/progress/progress-circle-lg-white-static.svg");
|
|
346
|
-
}
|
|
347
341
|
|
|
348
342
|
.card-icon-refresh-lg-master-animated,
|
|
349
343
|
.card-icon-refresh-lg-white-animated {
|
|
@@ -357,12 +351,7 @@ $assets-url: "../../assets" ;
|
|
|
357
351
|
opacity: 1;
|
|
358
352
|
}
|
|
359
353
|
}
|
|
360
|
-
|
|
361
|
-
background-image: url("../../img/progress/progress-circle-lg-master.svg");
|
|
362
|
-
}
|
|
363
|
-
.card-icon-refresh-lg-white-animated {
|
|
364
|
-
background-image: url("../../img/progress/progress-circle-lg-white.svg");
|
|
365
|
-
}
|
|
354
|
+
|
|
366
355
|
|
|
367
356
|
/* For demo purpose only */
|
|
368
357
|
.card-scroll {
|