@webilix/ngx-helper-m3 0.0.31 → 0.0.32
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/ngx-helper-m3.css
CHANGED
@@ -388,6 +388,10 @@
|
|
388
388
|
}
|
389
389
|
}
|
390
390
|
|
391
|
+
.ngx-helper-m3-route-coordinate.selected {
|
392
|
+
background-color: var(--surface-container-high);
|
393
|
+
}
|
394
|
+
|
391
395
|
/* NGX HELPER TOAST */
|
392
396
|
.ngx-helper-m3-toast {
|
393
397
|
position: fixed;
|
@@ -462,6 +466,7 @@
|
|
462
466
|
}
|
463
467
|
}
|
464
468
|
}
|
469
|
+
|
465
470
|
.ngx-helper-m3-toast.center {
|
466
471
|
left: 50%;
|
467
472
|
transform: translate(-50%, 0);
|