Commit 5b537519 authored by Liana Husikyan's avatar Liana Husikyan Committed by yann300

Update the size of shadowbox

parent 53d496ff
...@@ -5,7 +5,7 @@ var css = csjs` ...@@ -5,7 +5,7 @@ var css = csjs`
.modalFooter { .modalFooter {
} }
.modalContent { .modalContent {
box-shadow: 0 0 8px 1000px rgba(0,0,0,0.6),0 6px 20px 0 rgba(0,0,0,0.19); box-shadow: 0 0 8px 10000px rgba(0,0,0,0.6),0 6px 20px 0 rgba(0,0,0,0.19);
-webkit-animation-name: animatetop; -webkit-animation-name: animatetop;
-webkit-animation-duration: 0.4s; -webkit-animation-duration: 0.4s;
animation-name: animatetop; animation-name: animatetop;
......
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