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

68 lines
911 B
SCSS
Raw Normal View History

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-social-icons {
margin-left: 10px;
2017-04-23 10:46:47 +00:00
line-height: 0.60em;
font-size: 0.60em;
.fa {
margin-right: 5px;
2017-04-23 10:46:47 +00:00
@include tablet {
vertical-align: baseline;
}
}
}
.header-text {
padding: 20px;
&.light-background {
2020-04-05 12:15:15 +00:00
background-color: rgba(0, 0, 0, 0.75);
}
}
.has-vertical-center {
display: flex;
align-items: center;
}
2017-04-23 10:46:47 +00:00
.event-title {
display: flex;
@include mobile {
flex-direction: column;
2017-11-16 13:02:39 +00:00
text-align: center;
2017-04-23 10:46:47 +00:00
}
}
2017-11-16 13:02:39 +00:00
2017-12-16 17:49:56 +00:00
.map-wrapper {
2017-12-17 20:59:20 +00:00
border-radius: 5px;
2017-12-16 17:49:56 +00:00
overflow: hidden;
position: relative;
height: 400px;
padding: 0;
iframe {
height: 100%;
width: 100%;
}
}
.event-tile-image {
// For now, don't show the event tile image on mobile, takes too much space
@include mobile {
display: none;
}
max-width:200px;
max-height:200px;
}