Commit 095a1b61 by Marco Morales

lightened harshness of dashboard modal styling

parent e9521432
#lean_overlay { #lean_overlay {
background: transparent; 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; display: none;
height:100%; height:100%;
left: 0; left: 0;
position: fixed; position: fixed;
top: 0; top: 0;
width:100%; width:100%;
z-index:100; z-index: 100;
} }
.modal { .modal {
@extend %ui-depth1; @extend %ui-depth1;
background: $shadow-d2; background: $gray-d2;
border: 1px solid rgba(0, 0, 0, 0.9); border-radius: 3px;
border-radius: 0; box-shadow: 0 0px 5px 0 $shadow-d1;
box-shadow: 0 15px 80px 15px rgba(0,0,0, 0.5);
color: $white; color: $white;
display: none; display: none;
left: 50%; left: 50%;
......
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