This commit is contained in:
@@ -111,6 +111,23 @@ i, em{
|
||||
}
|
||||
|
||||
}
|
||||
.slick-arrow{
|
||||
position: absolute;
|
||||
height: 100%;
|
||||
cursor: pointer;
|
||||
z-index: 100;
|
||||
// background-color: white;
|
||||
opacity: 0.2;
|
||||
transition: opacity 250ms;
|
||||
width: 10%;
|
||||
&:hover{
|
||||
opacity: .5;
|
||||
}
|
||||
}
|
||||
.slick-next{
|
||||
right: 0;
|
||||
top: 0;
|
||||
}
|
||||
.slick-prev{
|
||||
-moz-transform: rotate(180deg);
|
||||
-webkit-transform: rotate(180deg);
|
||||
@@ -120,6 +137,7 @@ i, em{
|
||||
}
|
||||
|
||||
|
||||
|
||||
//map
|
||||
|
||||
.leaflet-marker-icon{
|
||||
|
@@ -6,7 +6,9 @@
|
||||
position: relative;
|
||||
|
||||
}
|
||||
|
||||
.layout-content{
|
||||
padding-bottom: 4rem;
|
||||
}
|
||||
.layout__region--bottom{
|
||||
grid-column: 1 /span 3;
|
||||
}
|
||||
|
Reference in New Issue
Block a user