From 095a1b617b522e8eaec25584e5c76f0690f9a964 Mon Sep 17 00:00:00 2001 From: Marco Morales Date: Thu, 16 Apr 2015 17:54:43 -0400 Subject: [PATCH] lightened harshness of dashboard modal styling --- lms/static/sass/shared/_modal.scss | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/lms/static/sass/shared/_modal.scss b/lms/static/sass/shared/_modal.scss index 73009eeb15..fd6da29cb5 100644 --- a/lms/static/sass/shared/_modal.scss +++ b/lms/static/sass/shared/_modal.scss @@ -1,21 +1,20 @@ #lean_overlay { background: transparent; - @include background-image(radial-gradient(circle at 50% 30%, rgba(0,0,0, 0.3), rgba(0,0,0, 0.8))); + @include background-image(radial-gradient(circle at 50% 30%, $shadow-d1, $shadow-d2)); display: none; height:100%; left: 0; position: fixed; top: 0; width:100%; - z-index:100; + z-index: 100; } .modal { @extend %ui-depth1; - background: $shadow-d2; - border: 1px solid rgba(0, 0, 0, 0.9); - border-radius: 0; - box-shadow: 0 15px 80px 15px rgba(0,0,0, 0.5); + background: $gray-d2; + border-radius: 3px; + box-shadow: 0 0px 5px 0 $shadow-d1; color: $white; display: none; left: 50%;