fix: course outline, discussion, lms batch
This commit is contained in:
@@ -165,13 +165,16 @@ a:hover {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.anchor_style:hover {
|
||||
text-decoration: underline
|
||||
}
|
||||
|
||||
section {
|
||||
padding: 5rem 0 5rem 0;
|
||||
}
|
||||
|
||||
.messages-container {
|
||||
margin: 0 auto;
|
||||
background: url("/assets/community/images/wallpaper.png");
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
@@ -196,7 +199,12 @@ section {
|
||||
.messages li.ours {
|
||||
align-self: flex-end;
|
||||
margin: 2px 0 2px 8px;
|
||||
background: #EBEEC7;
|
||||
background: var(--primary-color);
|
||||
color: #fff
|
||||
}
|
||||
|
||||
.message-para {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.batch-header {
|
||||
|
||||
@@ -284,9 +284,7 @@ section.lightgray {
|
||||
}
|
||||
|
||||
.lesson-teaser {
|
||||
font-weight: bold;
|
||||
color: black;
|
||||
padding-left: 20px;
|
||||
line-height: 35px;
|
||||
}
|
||||
|
||||
#hero h1 {
|
||||
|
||||
Reference in New Issue
Block a user