datamad2017/_sass/partials/_location-map.scss
2014-08-15 00:27:17 +03:00

38 lines
No EOL
626 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;
}
time {
display: inline-block;
}
}
.canvas-map {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 700px;
}