From 530f9a87bbf1033b93eb33fbdc0cfed28ca53dab Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Thu, 4 Apr 2013 16:53:16 -0400 Subject: [PATCH] studio - minor design tweaks to alert/notification chrome --- cms/static/sass/elements/_alerts.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/cms/static/sass/elements/_alerts.scss b/cms/static/sass/elements/_alerts.scss index 87af5a5915..627c0b391f 100644 --- a/cms/static/sass/elements/_alerts.scss +++ b/cms/static/sass/elements/_alerts.scss @@ -12,7 +12,6 @@ .wrapper-notification, .wrapper-alert, .prompt { background: $gray-d3; - border-top: 4px solid $gray-d4; .copy { color: $gray-l2; @@ -242,7 +241,6 @@ bottom: 0; z-index: 1000; width: 100%; - border-width: 2px; padding: $baseline ($baseline*2); &.wrapper-notification-warning { @@ -452,7 +450,6 @@ z-index: 100; overflow: hidden; width: 100%; - border-bottom: 2px solid $black; border-top: 1px solid $black; padding: $baseline ($baseline*2) ($baseline*1.5) ($baseline*2); background: $gray-d3; @@ -521,7 +518,7 @@ @include transition (color 0.5s ease-in-out); @include font-size(22); width: flex-grid(1, 12); - margin-right: flex-gutter(); + margin: ($baseline/4) flex-gutter() 0 0; text-align: right; }