1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-28 05:54:53 +04:00
Files
tabler/scss/vendor/_jqvmap.scss
T
2019-10-22 20:20:05 +02:00

18 lines
211 B
SCSS

.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;
}