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

62 lines
762 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 {
background-color: rgba(0, 0, 0, 0.5);
}
}
.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
.nav-menu {
background: none;
}
2017-12-16 17:49:56 +00:00
.map-wrapper {
border-radius: 20px;
overflow: hidden;
position: relative;
height: 400px;
padding: 0;
iframe {
height: 100%;
width: 100%;
}
}