first commit

This commit is contained in:
2022-04-13 13:51:55 +07:00
commit 47e209c023
3107 changed files with 238911 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
.jqvmap-zoomin,
.jqvmap-zoomout {
height: 20px;
width: 20px;
line-height: 14px;
background-color: $primary;
color: $white;
}
.jqvmap-zoomout {
top: 35px;
}
#world-map, #usa {
height: 400px;
@include respond ('tab-port'){
height:350px;
}
@include respond ('phone'){
height:230px;
}
}