mirror of
https://github.com/tabler/tabler.git
synced 2026-07-25 20:44:38 +04:00
tabler vendors
This commit is contained in:
@@ -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";
|
||||||
Vendored
+7
-3
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user