fix(country orders): add disabled button style

This commit is contained in:
Sergey Andrievskiy 2019-06-19 10:29:13 +03:00
parent b67e6f0ca6
commit a6801591b5

View file

@ -30,6 +30,10 @@
border-bottom: none;
}
.leaflet-disabled {
background-color: nb-theme(color-primary-disabled);
}
.leaflet-control-zoom-in {
border-top-left-radius: nb-theme(button-rectangle-border-radius);
border-top-right-radius: nb-theme(button-rectangle-border-radius);