feat: discussions sidebar

This commit is contained in:
pateljannat
2021-09-02 10:47:35 +05:30
parent 9e1daf5062
commit 916e64d607
6 changed files with 96 additions and 39 deletions

View File

@@ -438,7 +438,7 @@ input[type=checkbox] {
.button {
box-shadow: var(--btn-shadow);
border-radius: 8px;
border-radius: 4px;
cursor: pointer;
display: flex;
align-items: center;
@@ -1281,7 +1281,7 @@ pre {
.thread-card {
flex-direction: column;
padding: 1.5rem;
padding: 1rem;
}
textarea.form-control {
@@ -1307,6 +1307,14 @@ textarea.form-control {
margin-bottom: 40px;
}
.discussions-parent .collapsing {
transition: height 0s;
}
.discussion-topic-title {
color: var(--text-color);
}
.certificate-page .common-card-style {
color: black;
font-size: 1.25rem;