first commit
This commit is contained in:
22
public/style/scss/components/map/_map-jqvmap.scss
Normal file
22
public/style/scss/components/map/_map-jqvmap.scss
Normal 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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user