added incontext option to system message styles for teams
This commit is contained in:
committed by
Daniel Friedman
parent
db6755fae8
commit
6d6bfa7f35
@@ -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
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -151,6 +151,15 @@ Teams | Course name
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<div class="wrapper-msg is-incontext urgency-low warning">
|
||||
<div class="msg">
|
||||
<div class="msg-content">
|
||||
<div class="copy">
|
||||
<p>We couldn't find the team "blah".</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="page-content">
|
||||
<nav class="page-content-nav" aria-label="Team">
|
||||
@@ -159,7 +168,6 @@ Teams | Course name
|
||||
</nav>
|
||||
|
||||
<div class="page-content-main">
|
||||
<!-- may need a form with submit here -->
|
||||
<div class="listing-tools">
|
||||
<span class="listing-count">1-10 of 24 topics</span> |
|
||||
<span class="field listing-sort">
|
||||
|
||||
@@ -139,7 +139,16 @@ Create New Team | [Course name]
|
||||
<p class="page-description">If you cannot find an existing team to join or would like to team up with a group of friends, create a new team.</p>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="wrapper-msg is-incontext urgency-low warning">
|
||||
<div class="msg">
|
||||
<div class="msg-content">
|
||||
<h3 class="title">Oops!</h3>
|
||||
<div class="copy">
|
||||
<p>We couldn't create your team because something needs to be fixed below.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="page-content">
|
||||
|
||||
<form class="create-team">
|
||||
|
||||
Reference in New Issue
Block a user