2020-08-16 09:54:33 +00:00
|
|
|
.prog-list {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2020-08-17 21:05:18 +00:00
|
|
|
margin-bottom: var(--size-64);
|
2020-08-16 09:54:33 +00:00
|
|
|
|
2020-09-08 14:46:22 +00:00
|
|
|
li.event {
|
2020-08-17 20:11:19 +00:00
|
|
|
.text-lg {
|
2020-08-17 21:05:18 +00:00
|
|
|
font-size: var(--size-16);
|
2020-08-17 20:11:19 +00:00
|
|
|
}
|
2020-08-17 07:48:14 +00:00
|
|
|
|
|
|
|
@include touch {
|
|
|
|
line-height: 1.5;
|
|
|
|
}
|
2020-09-08 14:46:22 +00:00
|
|
|
|
|
|
|
.event-time {
|
|
|
|
margin: 0 var(--size-16) 0 0;
|
|
|
|
}
|
2020-08-16 09:54:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
2020-08-17 21:05:18 +00:00
|
|
|
margin-bottom: var(--size-32);
|
2020-08-16 09:54:33 +00:00
|
|
|
}
|
|
|
|
|
2020-08-17 20:11:19 +00:00
|
|
|
.prog-item--format {
|
|
|
|
font-size: 11px;
|
|
|
|
vertical-align: super;
|
2020-08-16 09:54:33 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// .news-post {
|
2020-08-17 21:05:18 +00:00
|
|
|
// margin-bottom: var(--size-64);
|
2020-08-16 09:54:33 +00:00
|
|
|
// }
|
|
|
|
|
|
|
|
.prog-item {
|
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
2020-08-17 21:05:18 +00:00
|
|
|
margin-bottom: var(--size-16);
|
2020-08-16 09:54:33 +00:00
|
|
|
|
|
|
|
.prog-header {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
2020-08-17 21:05:18 +00:00
|
|
|
margin-bottom: var(--size-32);
|
2020-08-16 09:54:33 +00:00
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
label {
|
|
|
|
display: inline-flex;
|
|
|
|
align-items: center;
|
|
|
|
@include textbox;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
2020-08-20 10:06:44 +00:00
|
|
|
color: var(--colour-graphite);
|
2020-08-16 09:54:33 +00:00
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&:visited {
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.prog-content {
|
|
|
|
@include textbox;
|
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
p,
|
|
|
|
span,
|
|
|
|
a,
|
|
|
|
li {
|
|
|
|
&:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.tag {
|
|
|
|
@include textbox;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|