1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-25 20:44:38 +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
+1
View File
@@ -34,6 +34,7 @@ plugins:
tabler-plugins: tabler-plugins:
- tabler-flags - tabler-flags
- tabler-payments - tabler-payments
- tabler-vendors
exclude: exclude:
- .jekyll-cache - .jekyll-cache
@@ -1,3 +1,5 @@
@import "config";
@import "vendor/peity"; @import "vendor/peity";
@import "vendor/selectize"; @import "vendor/selectize";
@import "vendor/jqvmap"; @import "vendor/jqvmap";
+7 -3
View File
@@ -1,11 +1,15 @@
.jqvmap-zoomin, .jqvmap-zoomin,
.jqvmap-zoomout { .jqvmap-zoomout {
height: auto; height: 1.5rem;
width: auto; width: 1.5rem;
left: .5rem; left: .5rem;
border: 1px solid $border-color; border: 1px solid $border-color;
background: $white; background: $white;
color: $body-color; color: $body-color;
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
} }
.jqvmap-zoomin { .jqvmap-zoomin {
@@ -13,7 +17,7 @@
} }
.jqvmap-zoomout { .jqvmap-zoomout {
top: 2rem; top: 2.5rem;
} }
.jqvmap-label { .jqvmap-label {