2016-09-02 00:05:38 +02:00
|
|
|
.google-maps {
|
|
|
|
position: relative;
|
|
|
|
height: 400px;
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
iframe {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100% !important;
|
|
|
|
height: 400px;
|
|
|
|
}
|
|
|
|
}
|
2016-09-13 17:13:43 +02:00
|
|
|
|
|
|
|
.banner-image{
|
|
|
|
justify-content: center;
|
|
|
|
display: flex;
|
|
|
|
img{
|
|
|
|
height: 256px;
|
|
|
|
}
|
|
|
|
}
|
2016-10-04 22:04:34 +02:00
|
|
|
|
|
|
|
.event-attributes {
|
|
|
|
font-size: 1.3em;
|
|
|
|
}
|
2016-10-09 01:57:21 +02:00
|
|
|
|
|
|
|
.event-social-icons {
|
|
|
|
margin-left: 10px;
|
|
|
|
|
|
|
|
.fa {
|
|
|
|
margin-right: 5px;
|
|
|
|
font-size: 0.60em;
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
|
|
|
}
|
2017-01-27 19:07:59 +01:00
|
|
|
|
|
|
|
.header-text {
|
|
|
|
float: left;
|
|
|
|
padding: 20px;
|
|
|
|
|
|
|
|
&.light-background {
|
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.has-vertical-center {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|