Commit d45aecff by frances botsford

Merge pull request #7646 from edx/frances/donate-notification-fix

Dashboard donate and sidebar layout fix
parents 8db98203 73dd510f
...@@ -1058,10 +1058,8 @@ ...@@ -1058,10 +1058,8 @@
// +Misc - Uncategorized // +Misc - Uncategorized
// ==================== // ====================
.dashboard .my-courses { // status - language
.status-language {
// status - language
.status-language {
.icon { .icon {
@include font-size(17); @include font-size(17);
...@@ -1074,10 +1072,10 @@ ...@@ -1074,10 +1072,10 @@
.title .icon { .title .icon {
opacity: 0.75; // needed to overcome bad specificity elsewhere opacity: 0.75; // needed to overcome bad specificity elsewhere
} }
} }
// status - verification // status - verification
.status-verification { .status-verification {
.status-title { .status-title {
margin: 0 0 ($baseline/4) 26px; margin: 0 0 ($baseline/4) 26px;
...@@ -1179,10 +1177,10 @@ ...@@ -1179,10 +1177,10 @@
border-top-color: $m-gray-d3; border-top-color: $m-gray-d3;
} }
} }
} }
// status - verification // status - verification
.status--verification { .status--verification {
.data { .data {
white-space: normal !important; white-space: normal !important;
...@@ -1201,26 +1199,26 @@ ...@@ -1201,26 +1199,26 @@
color: $error-color !important; color: $error-color !important;
} }
} }
} }
// message // message
.msg { .msg {
margin: ($baseline/2) 0 ($baseline/2) 26px; margin: ($baseline/2) 0 ($baseline/2) 26px;
} }
.msg__title { .msg__title {
@extend %hd-lv5; @extend %hd-lv5;
color: $lighter-base-font-color; color: $lighter-base-font-color;
} }
.msg__copy { .msg__copy {
@extend %copy-metadata; @extend %copy-metadata;
color: $lighter-base-font-color; color: $lighter-base-font-color;
p { p {
@extend %t-copy; @extend %t-copy;
} }
} }
p.course-block{ p.course-block{
border-style: solid; border-style: solid;
border-color: #E3DC86; border-color: #E3DC86;
...@@ -1228,8 +1226,8 @@ ...@@ -1228,8 +1226,8 @@
border-width: 1px; border-width: 1px;
background: #FDFBE4; background: #FDFBE4;
} }
.enter-course-blocked{ .enter-course-blocked{
@include box-sizing(border-box); @include box-sizing(border-box);
@include float(left); @include float(left);
...@@ -1254,22 +1252,21 @@ ...@@ -1254,22 +1252,21 @@
text-decoration: none; text-decoration: none;
} }
} }
} }
a.disable-look{ a.disable-look{
color: #808080; color: #808080;
} }
a.fade-cover{ a.fade-cover{
@extend .cover; @extend .cover;
opacity: 0.5; opacity: 0.5;
}
} }
// +Dashboard - Banner // +Dashboard - Banner
// ==================== // ====================
.dashboard .my-courses { .dashboard-banner {
.dashboard-banner {
&:empty { &:empty {
display: none; display: none;
...@@ -1342,5 +1339,5 @@ ...@@ -1342,5 +1339,5 @@
} }
} }
} }
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment