mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2024-12-27 05:01:23 +01:00
35 lines
578 B
SCSS
35 lines
578 B
SCSS
|
.location-map {
|
||
|
font-weight: $light;
|
||
|
padding: 172px 0;
|
||
|
h3 {
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
}
|
||
|
.location-description {
|
||
|
min-width: 400px;
|
||
|
padding: 20px 50px;
|
||
|
background: #fff;
|
||
|
.icon-direction {
|
||
|
width: 32px;
|
||
|
height: 32px;
|
||
|
margin: 1em 0;
|
||
|
}
|
||
|
ul {
|
||
|
margin-top: 26px;
|
||
|
padding: 0;
|
||
|
list-style: none;
|
||
|
}
|
||
|
li {
|
||
|
font-size: 21px;
|
||
|
margin-bottom: 9px;
|
||
|
}
|
||
|
}
|
||
|
.canvas-map {
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
right: 0;
|
||
|
bottom: 0;
|
||
|
left: 0;
|
||
|
width: 100%;
|
||
|
height: 700px;
|
||
|
}
|