rf-web/_sass/layouts/event.scss

35 lines
472 B
SCSS
Raw Permalink Normal View History

@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: var(--size-14);
white-space: nowrap;
}
}
}
.post-content {
h3 {
font-weight: bold;
}
}
2020-09-11 09:43:26 +00:00
.hosts {
margin-right: var(--size-8);
2020-09-11 09:43:26 +00:00
a:last-of-type {
margin-bottom: 0;
2020-08-17 07:48:14 +00:00
}
}
}