2020-08-16 09:54:33 +00:00
|
|
|
.prog-list {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
margin-bottom: $size-64;
|
|
|
|
|
|
|
|
li {
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: $size-64;
|
2020-08-17 07:48:14 +00:00
|
|
|
|
|
|
|
@include touch {
|
|
|
|
line-height: 1.5;
|
|
|
|
}
|
2020-08-16 09:54:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
margin-bottom: $size-32;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prog-item {
|
|
|
|
margin-bottom: $size-64;
|
|
|
|
|
|
|
|
.prog-header {
|
|
|
|
margin-bottom: $size-16;
|
|
|
|
}
|
|
|
|
.prog-content {
|
|
|
|
p {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// .news-post {
|
|
|
|
// margin-bottom: $size-64;
|
|
|
|
// }
|
|
|
|
|
|
|
|
.prog-item {
|
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
|
|
|
margin-bottom: $size-16;
|
|
|
|
|
|
|
|
.prog-header {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
margin-bottom: $size-32;
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
label {
|
|
|
|
display: inline-flex;
|
|
|
|
align-items: center;
|
|
|
|
@include textbox;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: $black;
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
}
|