Skip to content
Snippets Groups Projects
Unverified Commit 3d6484ad authored by Luke Bennett's avatar Luke Bennett
Browse files

Make popup shadow slightly darker and larger to make new design

parent 7a8ec42e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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 {
Loading
Loading
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment