mirror of https://gitlab.com/ecentrics/concordia
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
432 B
30 lines
432 B
/* TOPICS LIST SCREEN */
|
|
|
|
.topics-list {
|
|
padding: 0px 2px;
|
|
margin-bottom: 75px;
|
|
}
|
|
|
|
.topics-list a {
|
|
color: black !important;
|
|
text-decoration: none !important;
|
|
}
|
|
|
|
.topics-list a:hover {
|
|
color: black !important;
|
|
text-decoration: none !important;
|
|
}
|
|
|
|
.topic-subject {
|
|
margin: 0px 0px 5px;
|
|
}
|
|
|
|
.topic-meta {
|
|
margin: 5px 0px 0px;
|
|
}
|
|
|
|
.topic-date {
|
|
margin-bottom: 0px;
|
|
font-size: 0.77vw !important;
|
|
text-align: right;
|
|
}
|