Merge pull request #2075 from edx/fix/btalbot/studio-navLineHeight
Studio - Revised Course Nav Line Heights
This commit is contained in:
@@ -139,8 +139,8 @@
|
|||||||
// specific elements - course nav
|
// specific elements - course nav
|
||||||
.nav-course {
|
.nav-course {
|
||||||
width: 290px;
|
width: 290px;
|
||||||
|
@extend .t-copy-sub1;
|
||||||
margin-top: -($baseline/4);
|
margin-top: -($baseline/4);
|
||||||
@include font-size(14);
|
|
||||||
|
|
||||||
> ol > .nav-item {
|
> ol > .nav-item {
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
@@ -158,8 +158,8 @@
|
|||||||
color: $gray-d3;
|
color: $gray-d3;
|
||||||
|
|
||||||
.label-prefix {
|
.label-prefix {
|
||||||
display: block;
|
|
||||||
@include font-size(11);
|
@include font-size(11);
|
||||||
|
display: block;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user