1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-28 05:54:53 +04:00

jqvmap plugin, ui fixes

This commit is contained in:
codecalm
2019-10-22 20:20:05 +02:00
parent 5f87ee067d
commit 4c0f08c30e
13 changed files with 108 additions and 69 deletions
+17
View File
@@ -0,0 +1,17 @@
.jqvmap-zoomin,
.jqvmap-zoomout {
@extend .btn;
@extend .btn-sm;
@extend .btn-secondary;
height: auto;
width: auto;
left: .5rem;
}
.jqvmap-zoomin {
top: .5rem;
}
.jqvmap-zoomout {
top: 2rem;
}