Studio: revises nav display issue by re-scoping poor Updates Sass rules
This commit is contained in:
@@ -2,12 +2,6 @@
|
||||
// ====================
|
||||
|
||||
body.course.updates {
|
||||
|
||||
h2 {
|
||||
margin-bottom: 24px;
|
||||
font-size: 22px;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.course-info-wrapper {
|
||||
display: table;
|
||||
@@ -180,9 +174,10 @@ body.course.updates {
|
||||
border-left: none;
|
||||
background: $lightGrey;
|
||||
|
||||
h2 {
|
||||
font-size: 18px;
|
||||
font-weight: 700;
|
||||
.title {
|
||||
margin-bottom: 24px;
|
||||
font-size: 22px;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.edit-button {
|
||||
@@ -220,4 +215,4 @@ body.course.updates {
|
||||
textarea {
|
||||
height: 300px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user