Commit bed0ddcf by Marco Morales

learner profile message and disabled styling

parent d9945ad4
...@@ -267,7 +267,7 @@ ...@@ -267,7 +267,7 @@
width: 100%; width: 100%;
margin: 0 auto; margin: 0 auto;
border-bottom: 1px solid $gray-l3; border-bottom: 1px solid $gray-l3;
background-color: $gray-l4; color: theme-color("primary");
padding: ($baseline*0.75) 5%; padding: ($baseline*0.75) 5%;
.u-field-account_privacy { .u-field-account_privacy {
...@@ -284,11 +284,15 @@ ...@@ -284,11 +284,15 @@
} }
} }
.u-field-select-account_privacy:disabled {
color: theme-color("gray-dark");
}
.u-field-title { .u-field-title {
@extend %t-strong; @extend %t-strong;
width: auto; width: auto;
color: $body-color; color: theme-color("inverse");
cursor: text; cursor: text;
text-shadow: none; // override bad lms styles on labels text-shadow: none; // override bad lms styles on labels
} }
...@@ -304,7 +308,8 @@ ...@@ -304,7 +308,8 @@
width: 100%; width: 100%;
padding: 0; padding: 0;
color: $body-color; margin-top: ($baseline/2);
color: theme-color("inverse");
.u-field-message-notification { .u-field-message-notification {
color: $gray-d2; color: $gray-d2;
......
...@@ -1017,6 +1017,7 @@ ...@@ -1017,6 +1017,7 @@
.related-programs-preface { .related-programs-preface {
@include float(left); @include float(left);
@include margin-right($baseline/4);
} }
.related-program-list { .related-program-list {
......
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