Commit cbdf9ea2 by Brian Talbot

studio - alerts: proofing older, but still needed in page alerts (unit drafts) styling

parent dd82ea57
...@@ -271,6 +271,7 @@ ...@@ -271,6 +271,7 @@
width: ($baseline*8); width: ($baseline*8);
right: ($baseline); right: ($baseline);
border: 4px solid $black; border: 4px solid $black;
border-bottom: none;
padding: ($baseline/2) $baseline; padding: ($baseline/2) $baseline;
.notification { .notification {
...@@ -305,6 +306,7 @@ ...@@ -305,6 +306,7 @@
width: ($baseline*14); width: ($baseline*14);
right: ($baseline); right: ($baseline);
border: 4px solid $black; border: 4px solid $black;
border-bottom: none;
padding: ($baseline/2) $baseline; padding: ($baseline/2) $baseline;
.notification { .notification {
...@@ -690,69 +692,74 @@ body.uxdesign.alerts { ...@@ -690,69 +692,74 @@ body.uxdesign.alerts {
} }
} }
// ====================
// artifact styles // artifact styles
// .alert { .main-wrapper {
// padding: 15px 20px; .alert {
// margin-bottom: 30px; padding: 15px 20px;
// border-radius: 3px; margin-bottom: 30px;
// border: 1px solid #edbd3c; border-radius: 3px;
// border-radius: 3px; border: 1px solid #edbd3c;
// background: #fbf6e1; border-radius: 3px;
// // background: #edbd3c; background: #fbf6e1;
// font-size: 14px; // background: #edbd3c;
// @include clearfix; font-size: 14px;
@include clearfix;
// .alert-message {
// float: left; .alert-message {
// margin-top: 4px; float: left;
// } margin: 4px 0 0 0;
color: $gray-d3;
// strong { }
// font-weight: 700;
// } strong {
font-weight: 700;
// .alert-action { }
// float: right;
.alert-action {
// &.secondary { float: right;
// @include orange-button;
// } &.secondary {
// } @include orange-button;
// } }
}
// body.error { }
// background: $darkGrey; }
// color: #3c3c3c;
body.error {
// .primary-header { background: $gray-d4;
// display: none; color: $gray-d3;
// }
.primary-header {
// .error-prompt { display: none;
// width: 700px; }
// margin: 150px auto;
// padding: 60px 50px 90px; .error-prompt {
// border-radius: 3px; width: 700px;
// background: #fff; margin: 150px auto;
// text-align: center; padding: 60px 50px 90px;
// } border-radius: 3px;
background: $white;
// h1 { text-align: center;
// float: none; }
// margin: 0;
// font-size: 60px; h1 {
// font-weight: 300; float: none;
// color: #3c3c3c; margin: 0;
// } font-size: 60px;
font-weight: 300;
// .description { color: $gray-d3;
// margin-bottom: 50px; }
// font-size: 21px;
// } .description {
margin-bottom: 50px;
// .back-button { font-size: 21px;
// @include blue-button; }
// padding: 14px 40px 18px;
// font-size: 18px; .back-button {
// } @include blue-button;
// } padding: 14px 40px 18px;
font-size: 18px;
}
}
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
<%block name="content"> <%block name="content">
<div class="main-wrapper edit-state-${unit_state}" data-id="${unit_location}"> <div class="main-wrapper edit-state-${unit_state}" data-id="${unit_location}">
<div class="inner-wrapper"> <div class="inner-wrapper">
<div class="alert editing-draft-alert wip-box"> <div class="alert editing-draft-alert">
<p class="alert-message"><strong>You are editing a draft.</strong> <p class="alert-message"><strong>You are editing a draft.</strong>
% if published_date: % if published_date:
This unit was originally published on ${published_date}. This unit was originally published on ${published_date}.
...@@ -143,7 +143,7 @@ ...@@ -143,7 +143,7 @@
<option value="private">Private</option> <option value="private">Private</option>
</select> </select>
</div> </div>
<div class="row published-alert wip-box"> <div class="row published-alert">
<p class="edit-draft-message">This unit has been published. To make changes, you must <a href="#" class="create-draft">edit a draft</a>.</p> <p class="edit-draft-message">This unit has been published. To make changes, you must <a href="#" class="create-draft">edit a draft</a>.</p>
<p class="publish-draft-message">This is a draft of the published unit. To update the live version, you must <a href="#" class="publish-draft">replace it with this draft</a>.</p> <p class="publish-draft-message">This is a draft of the published unit. To update the live version, you must <a href="#" class="publish-draft">replace it with this draft</a>.</p>
</div> </div>
......
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