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
|
|
|
|
2016-10-09 01:57:21 +02:00
|
|
|
.event-social-icons {
|
|
|
|
margin-left: 10px;
|
2017-04-23 12:46:47 +02:00
|
|
|
line-height: 0.60em;
|
|
|
|
font-size: 0.60em;
|
2016-10-09 01:57:21 +02:00
|
|
|
|
|
|
|
.fa {
|
|
|
|
margin-right: 5px;
|
2017-04-23 12:46:47 +02:00
|
|
|
|
|
|
|
@include tablet {
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
2016-10-09 01:57:21 +02:00
|
|
|
}
|
|
|
|
}
|
2017-01-27 19:07:59 +01:00
|
|
|
|
|
|
|
.header-text {
|
|
|
|
padding: 20px;
|
|
|
|
|
|
|
|
&.light-background {
|
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.has-vertical-center {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
2017-04-23 12:46:47 +02:00
|
|
|
|
|
|
|
.event-title {
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
@include mobile {
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
}
|