mirror of
https://github.com/tabler/tabler.git
synced 2026-07-28 05:54:53 +04:00
26 lines
340 B
SCSS
26 lines
340 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;
|
|
}
|
|
|
|
.jqvmap-label {
|
|
font-family: inherit;
|
|
font-size: $h6-font-size;
|
|
line-height: 1;
|
|
padding: .25rem;
|
|
background: $dark;
|
|
}
|