43 lines
813 B
Plaintext
43 lines
813 B
Plaintext
th {
|
|
vertical-align: top;
|
|
text-align: left;
|
|
}
|
|
|
|
th, td {
|
|
padding-bottom: 7px;
|
|
}
|
|
|
|
.course-news {
|
|
max-height: 50vh;
|
|
overflow: auto;
|
|
|
|
.course-news-item {
|
|
padding: 12px 0;
|
|
border-bottom: 1px solid #d3d3d3;
|
|
|
|
&:last-child {
|
|
padding-bottom: 0;
|
|
border-bottom: none;
|
|
}
|
|
|
|
&:first-child {
|
|
padding-top: 0;
|
|
}
|
|
|
|
.course-news-item__last-edit {
|
|
color: var(--color-fontsec);
|
|
font-style: italic;
|
|
}
|
|
|
|
.course-news-item__title .modal__trigger-label {
|
|
font-style: normal;
|
|
}
|
|
|
|
.course-news-item__summary .modal__trigger-label {
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
color: var(--color-font);
|
|
}
|
|
}
|
|
}
|