Browse Source

Merge pull request #14316 from ArtemDzhereleiko/AD/bug-fix/geofencing-path-to-zone-limit-icon-color

Fixed icon color max level warning hint for geofencing related level
pull/14326/head
Vladyslav Prykhodko 7 months ago
committed by GitHub
parent
commit
cd50b3ee33
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      ui-ngx/src/app/modules/home/components/calculated-fields/components/geofencing-configuration/calculated-field-geofencing-zone-groups-panel.component.scss

6
ui-ngx/src/app/modules/home/components/calculated-fields/components/geofencing-configuration/calculated-field-geofencing-zone-groups-panel.component.scss

@ -44,6 +44,12 @@
}
}
.max-args-warning {
.mat-icon {
color: #FAA405;
}
}
.limit-field-row {
@media screen and (max-width: 520px) {
display: flex;

Loading…
Cancel
Save