mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
tabler vendors
This commit is contained in:
@@ -34,6 +34,7 @@ plugins:
|
||||
tabler-plugins:
|
||||
- tabler-flags
|
||||
- tabler-payments
|
||||
- tabler-vendors
|
||||
|
||||
exclude:
|
||||
- .jekyll-cache
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
@import "config";
|
||||
|
||||
@import "vendor/peity";
|
||||
@import "vendor/selectize";
|
||||
@import "vendor/jqvmap";
|
||||
10
src/scss/vendor/_jqvmap.scss
vendored
10
src/scss/vendor/_jqvmap.scss
vendored
@@ -1,11 +1,15 @@
|
||||
.jqvmap-zoomin,
|
||||
.jqvmap-zoomout {
|
||||
height: auto;
|
||||
width: auto;
|
||||
height: 1.5rem;
|
||||
width: 1.5rem;
|
||||
left: .5rem;
|
||||
border: 1px solid $border-color;
|
||||
background: $white;
|
||||
color: $body-color;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.jqvmap-zoomin {
|
||||
@@ -13,7 +17,7 @@
|
||||
}
|
||||
|
||||
.jqvmap-zoomout {
|
||||
top: 2rem;
|
||||
top: 2.5rem;
|
||||
}
|
||||
|
||||
.jqvmap-label {
|
||||
|
||||
Reference in New Issue
Block a user