zeus.ugent.be/content/assets/stylesheets/includes/eventpage.scss
2017-04-23 12:46:47 +02:00

58 lines
741 B
SCSS

.google-maps {
position: relative;
height: 400px;
overflow: hidden;
iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 400px;
}
}
.banner-image{
justify-content: center;
display: flex;
img{
height: 256px;
}
}
.event-social-icons {
margin-left: 10px;
line-height: 0.60em;
font-size: 0.60em;
.fa {
margin-right: 5px;
@include tablet {
vertical-align: baseline;
}
}
}
.header-text {
float: left;
padding: 20px;
&.light-background {
background-color: rgba(0, 0, 0, 0.5);
}
}
.has-vertical-center {
display: flex;
align-items: center;
}
.event-title {
display: flex;
@include mobile {
flex-direction: column;
}
}