EDUCATOR-2535 | Small style cleanup for course outline.

This commit is contained in:
Alex Dusenbery
2018-03-27 12:56:39 -04:00
committed by Alex Dusenbery
parent f840b8fdd6
commit 26ba411eb0

View File

@@ -320,14 +320,14 @@
border-bottom: 1px solid $border-color;
.section-name {
padding: ($baseline / 2) 0 ($baseline / 2) 0;
padding: ($baseline / 2) 0 ($baseline / 2) 2px;
.section-title {
font-weight: $font-bold;
font-weight: $font-regular;
font-size: 1.1rem;
margin: 0;
display: inline;
padding-left: $baseline;
padding-left: $baseline - 2;
}
}
@@ -341,12 +341,12 @@
.subsection {
list-style-type: none;
border-top: 1px solid $border-color;
margin: 0 0 ($baseline / 4) 35px;
margin: 0 0 0 35px;
.subsection-title {
margin: 0;
font-weight: $font-bold;
margin-left: $baseline;
font-weight: $font-regular;
margin-left: $baseline - 2;
}
.subsection-text {
@@ -419,6 +419,7 @@ button.accordion-trigger, button.prerequisite-button {
text-align: left;
margin: 0px;
background: none;
cursor: pointer;
.fa {
color: $blue;