zeus.ugent.be/content/assets/stylesheets/includes/eventpage.scss

50 lines
644 B
SCSS
Raw Normal View History

2016-09-01 22:05:38 +00:00
.google-maps {
position: relative;
height: 400px;
overflow: hidden;
iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 400px;
}
}
2016-09-13 15:13:43 +00:00
.banner-image{
justify-content: center;
display: flex;
img{
height: 256px;
}
}
2016-10-04 20:04:34 +00:00
.event-attributes {
font-size: 1.3em;
}
.event-social-icons {
margin-left: 10px;
.fa {
margin-right: 5px;
font-size: 0.60em;
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;
}