2014-08-29 16:57:46 +02:00
|
|
|
$hackathon-map-height: 450px;
|
2014-08-28 17:50:12 +02:00
|
|
|
.hackathon-location {
|
2014-08-29 16:57:46 +02:00
|
|
|
padding: 20px 50px;
|
|
|
|
height: $hackathon-map-height;
|
|
|
|
.canvas-map {
|
|
|
|
height: $hackathon-map-height + 30px;
|
|
|
|
}
|
|
|
|
.location-description {
|
|
|
|
font-size: 15px;
|
|
|
|
padding: 18px 16px 22px;
|
|
|
|
overflow: hidden;
|
|
|
|
box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
|
|
|
|
}
|
|
|
|
.location-name {
|
|
|
|
margin-top: 0;
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: $bold;
|
|
|
|
}
|
|
|
|
.location-address {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.hackathon-time {
|
|
|
|
time {
|
|
|
|
color: $main-color;
|
|
|
|
}
|
|
|
|
}
|
2014-08-31 20:52:35 +02:00
|
|
|
.view-on-map {
|
|
|
|
margin-top: 8px;
|
|
|
|
display: block;
|
|
|
|
}
|
2014-08-28 17:50:12 +02:00
|
|
|
}
|