@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.
Files changed (2) hide show
  1. package/_theming.scss +6 -3
  2. 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='44' height='38' viewBox='0 0 44 38'%3E%3Cpath id='Trazado_6336' data-name='Trazado 6336' d='M24.05,24.45ZM2,42,24,4,46,42ZM22.7,30.6h3V19.4h-3Zm1.5,5.55a1.454,1.454,0,1,0-1.075-.425A1.457,1.457,0,0,0,24.2,36.15ZM7.2,39H40.8L24,10Z' transform='translate(-2 -4)' fill='%23fa0606'/%3E%3C/svg%3E");
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: -8px;
5571
- right: 8px;
5571
+ top: -12px;
5572
+ right: 0;
5573
+ width: 20px;
5574
+ height: 20px;
5572
5575
  }
5573
5576
 
5574
5577
  .marker--visited {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maplander/components",
3
- "version": "0.20.3",
3
+ "version": "0.20.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^8.2.13",
6
6
  "@angular/core": "^8.2.13",