@maplander/components 0.20.3 → 0.20.4
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/_theming.scss +6 -3
- package/package.json +1 -1
package/_theming.scss
CHANGED
|
@@ -5565,10 +5565,13 @@ $mat-form-field-dedupe: 0;
|
|
|
5565
5565
|
|
|
5566
5566
|
.marker--warning {
|
|
5567
5567
|
content: '';
|
|
5568
|
-
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='
|
|
5568
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='Trazado_6336' data-name='Trazado 6336' d='M12.023,14.763ZM2,24,12,4,22,24Zm9.409-6h1.364V12.105H11.409Zm.682,2.921a.618.618,0,0,0,.489-.224.925.925,0,0,0,0-1.132.646.646,0,0,0-.977,0,.925.925,0,0,0,0,1.132A.618.618,0,0,0,12.091,20.921Zm-7.727,1.5H19.636L12,7.158Z' transform='translate(-2 -4)' fill='%23fa0606'/%3E%3C/svg%3E");
|
|
5569
|
+
background-repeat: no-repeat;
|
|
5569
5570
|
position: absolute;
|
|
5570
|
-
top: -
|
|
5571
|
-
right:
|
|
5571
|
+
top: -12px;
|
|
5572
|
+
right: 0;
|
|
5573
|
+
width: 20px;
|
|
5574
|
+
height: 20px;
|
|
5572
5575
|
}
|
|
5573
5576
|
|
|
5574
5577
|
.marker--visited {
|