rf-web/_sass/layouts/event.scss
2020-08-17 22:11:19 +02:00

48 lines
601 B
SCSS

@use "sass:color";
.event {
.post-header {
h3,
a {
margin: 0;
}
h2 {
display: inline-block;
align-items: flex-start;
small {
display: inline;
vertical-align: super;
font-size: $size-14;
white-space: nowrap;
}
}
}
.post-content {
h3 {
font-weight: bold;
}
}
.details {
small {
color: rgba($black, 0.6);
}
p,
a {
margin-bottom: 0;
}
h3 {
font-weight: bold;
}
@include touch {
div::last-of-type {
margin: 0;
}
}
}
}