mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-20 00:06:10 +01:00
fix(country orders): add disabled button style
This commit is contained in:
parent
b67e6f0ca6
commit
a6801591b5
1 changed files with 4 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue