Penambahan FrontEnd All-New-Manufacture
This commit is contained in:
23
public/scss/components/map/_map-datamap.scss
Normal file
23
public/scss/components/map/_map-datamap.scss
Normal file
@@ -0,0 +1,23 @@
|
||||
#world-datamap {
|
||||
padding-bottom: 46% !important;
|
||||
}
|
||||
|
||||
.datamaps-hoverover {
|
||||
background: $white;
|
||||
padding: 0.3125rem;
|
||||
border-radius: 0.3125rem;
|
||||
font-family: 'Roboto' !important;
|
||||
color: var(--primary);
|
||||
border: 0.0625rem solid var(--rgba-primary-3);
|
||||
}
|
||||
|
||||
.world_map_card {
|
||||
ul.list-group {
|
||||
@include custommq($max: 90rem) {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
flex-direction: row;
|
||||
margin-top: 2.1875rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
22
public/scss/components/map/_map-jqvmap.scss
Normal file
22
public/scss/components/map/_map-jqvmap.scss
Normal file
@@ -0,0 +1,22 @@
|
||||
.jqvmap-zoomin,
|
||||
.jqvmap-zoomout {
|
||||
height: 1.25rem;
|
||||
width: 1.25rem;
|
||||
line-height: 0.875rem;
|
||||
background-color: var(--primary);
|
||||
color: $white;
|
||||
}
|
||||
|
||||
.jqvmap-zoomout {
|
||||
top: 2.1875rem;
|
||||
}
|
||||
|
||||
#world-map, #usa {
|
||||
height: 25rem;
|
||||
@include respond ('tab-port'){
|
||||
height:21.875rem;
|
||||
}
|
||||
@include respond ('phone'){
|
||||
height:14.375rem;
|
||||
}
|
||||
}
|
||||
2
public/scss/components/map/_maps.scss
Normal file
2
public/scss/components/map/_maps.scss
Normal file
@@ -0,0 +1,2 @@
|
||||
@import "./map-datamap";
|
||||
@import "./map-jqvmap";
|
||||
Reference in New Issue
Block a user