2020-08-17 20:11:19 +00:00
|
|
|
@use "sass:color";
|
|
|
|
|
2020-08-16 09:54:33 +00:00
|
|
|
.event {
|
|
|
|
.post-header {
|
|
|
|
h3,
|
|
|
|
a {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2020-08-16 16:03:53 +00:00
|
|
|
h2 {
|
|
|
|
display: inline-block;
|
|
|
|
align-items: flex-start;
|
|
|
|
|
|
|
|
small {
|
|
|
|
display: inline;
|
|
|
|
vertical-align: super;
|
2020-08-17 21:05:18 +00:00
|
|
|
font-size: var(--size-14);
|
2020-08-16 16:03:53 +00:00
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-content {
|
|
|
|
h3 {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2020-08-17 20:11:19 +00:00
|
|
|
}
|
|
|
|
.details {
|
|
|
|
small {
|
2020-08-20 10:06:44 +00:00
|
|
|
color: rgba(var(--colour-graphite), 0.6);
|
2020-08-17 20:11:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
p,
|
|
|
|
a {
|
|
|
|
margin-bottom: 0;
|
2020-08-21 18:25:52 +00:00
|
|
|
line-height: 1;
|
2020-08-17 20:11:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2020-08-17 07:48:14 +00:00
|
|
|
|
2020-08-17 20:11:19 +00:00
|
|
|
@include touch {
|
2020-08-17 07:48:14 +00:00
|
|
|
div::last-of-type {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
2020-08-16 09:54:33 +00:00
|
|
|
}
|
|
|
|
}
|