@natec/mef-dev-ui-kit 0.0.64 → 0.0.65
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
|
-
background-image: url("
|
|
1111
|
+
background-image: url("../img/editor_tray_2x.png");
|
|
1112
1112
|
background-size: 480px 40px;
|
|
1113
1113
|
}
|
|
1114
1114
|
.alert .close {
|
|
1115
|
-
background: url("
|
|
1115
|
+
background: url("../img/icons/noti-cross-2x.png") no-repeat scroll 0 0 transparent;
|
|
1116
1116
|
background-position: -9px -10px;
|
|
1117
1117
|
width: 10px;
|
|
1118
1118
|
height: 9px;
|
|
@@ -335,8 +335,8 @@
|
|
|
335
335
|
@import "vendor/ngx-google-map.scss";
|
|
336
336
|
|
|
337
337
|
|
|
338
|
-
$base-img-url: "/assets/images" !global;
|
|
339
|
-
$assets-url: "/assets" !global;
|
|
338
|
+
// $base-img-url: "/assets/images" !global;
|
|
339
|
+
// $assets-url: "/assets" !global;
|
|
340
340
|
|
|
341
341
|
.notification-block-header {
|
|
342
342
|
border-bottom: 1px solid #e2e6ea;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
/*------------------------------------------------------------------
|
|
2
2
|
[4. Cards]
|
|
3
|
+
$assets-url: "../../assets" ;
|
|
3
4
|
*/
|
|
4
5
|
|
|
5
6
|
.card {
|
|
@@ -337,11 +338,11 @@
|
|
|
337
338
|
}
|
|
338
339
|
}
|
|
339
340
|
.card-icon-refresh-lg-master {
|
|
340
|
-
background-image: url("
|
|
341
|
+
background-image: url("../../img/progress/progress-circle-lg-master-static.svg");
|
|
341
342
|
}
|
|
342
343
|
|
|
343
344
|
.card-icon-refresh-lg-white {
|
|
344
|
-
background-image: url("
|
|
345
|
+
background-image: url("../../img/progress/progress-circle-lg-white-static.svg");
|
|
345
346
|
}
|
|
346
347
|
|
|
347
348
|
.card-icon-refresh-lg-master-animated,
|
|
@@ -357,10 +358,10 @@
|
|
|
357
358
|
}
|
|
358
359
|
}
|
|
359
360
|
.card-icon-refresh-lg-master-animated {
|
|
360
|
-
background-image: url("
|
|
361
|
+
background-image: url("../../img/progress/progress-circle-lg-master.svg");
|
|
361
362
|
}
|
|
362
363
|
.card-icon-refresh-lg-white-animated {
|
|
363
|
-
background-image: url("
|
|
364
|
+
background-image: url("../../img/progress/progress-circle-lg-white.svg");
|
|
364
365
|
}
|
|
365
366
|
|
|
366
367
|
/* For demo purpose only */
|