1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

tabler vendors

This commit is contained in:
codecalm
2020-11-14 21:26:19 +01:00
parent e22eb52c8b
commit 08a126052d
3 changed files with 10 additions and 3 deletions

View File

@@ -34,6 +34,7 @@ plugins:
tabler-plugins:
- tabler-flags
- tabler-payments
- tabler-vendors
exclude:
- .jekyll-cache

View File

@@ -1,3 +1,5 @@
@import "config";
@import "vendor/peity";
@import "vendor/selectize";
@import "vendor/jqvmap";

View File

@@ -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 {