Commit 3d6484ad authored by Luke Bennett's avatar Luke Bennett

Make popup shadow slightly darker and larger to make new design

parent 7a8ec42e
......@@ -7,7 +7,7 @@
);
border: 1px solid $gray-darker;
box-shadow: 0 5px 8px $popup-box-shadow-color;
box-shadow: 0 5px 10px $popup-box-shadow-color;
position: relative;
.body {
......
......@@ -733,7 +733,7 @@ Popup
*/
$popup-triangle-size: 8px;
$popup-triangle-border-size: 1px;
$popup-box-shadow-color: rgba(90, 90, 90, 0.05);
$popup-box-shadow-color: rgba(90, 90, 90, 0.3);
/*
Multi file editor
......
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