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

43 lines
537 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;
}
}