If you cannot find an existing team to join or would like to team up with a group of friends, create a new team.
Oops!
+We couldn't create your team because something needs to be fixed below.
+diff --git a/lms/static/sass/base/_variables.scss b/lms/static/sass/base/_variables.scss index 3470985df5..0efe2c758a 100644 --- a/lms/static/sass/base/_variables.scss +++ b/lms/static/sass/base/_variables.scss @@ -150,7 +150,7 @@ $yellow: rgb(255, 252, 221); // ==================== // COLORS: old variables -// DEPRECATED: use colors in lists above +// DEPRECATED: use colors in lists above $error-red: rgb(253, 87, 87); $danger-red: rgb(212, 64, 64); $light-gray: rgb(221, 221, 221); @@ -163,7 +163,7 @@ $light-gray: rgb(221,221,221); // #dddddd // ==================== // used by descriptor css -// DEPRECATED: use colors in lists above +// DEPRECATED: use colors in lists above $lightGrey: rgb(237,241,245); // #edf1f5 $darkGrey: rgb(136,145,161); // #8891a1 $lightGrey1: $gray-l3; @@ -355,7 +355,7 @@ $highlight-color: rgb(255,255,0); // Notifications $notify-banner-bg-1: rgb(56,56,56); $notify-banner-bg-2: rgb(136,136,136); -$notify-banner-bg-3: rgb(223,223,223); +$notify-banner-bg-3: $shadow-l2; $alert-color: rgb(212, 64, 64); //rich red $warning-color: rgb(237, 189, 60); //rich yellow diff --git a/lms/static/sass/elements/_system-feedback.scss b/lms/static/sass/elements/_system-feedback.scss index fb1d04b619..41cb5ea92e 100644 --- a/lms/static/sass/elements/_system-feedback.scss +++ b/lms/static/sass/elements/_system-feedback.scss @@ -1,7 +1,7 @@ // lms - elements - system feedback // ==================== -// messages +// pre-pattern library messages // UI : message .wrapper-msg { @@ -111,6 +111,7 @@ &.urgency-low { background: $notify-banner-bg-3; + box-shadow: 0 1px 2px $shadow; .msg { color: $black; @@ -132,6 +133,16 @@ &.success { border-top: 3px solid $success-color; } + + + &.is-incontext { + margin: $baseline; + + .msg { + max-width: unset; + min-width: auto; + } + } } diff --git a/lms/templates/ux/reference/teams-base.html b/lms/templates/ux/reference/teams-base.html index 1616a4f038..82aa2eaa24 100644 --- a/lms/templates/ux/reference/teams-base.html +++ b/lms/templates/ux/reference/teams-base.html @@ -151,6 +151,15 @@ Teams | Course name +
We couldn't find the team "blah".
+If you cannot find an existing team to join or would like to team up with a group of friends, create a new team.
We couldn't create your team because something needs to be fixed below.
+