Update the size of shadowbox

pull/749/head^2
Liana Husikyan 4 years ago committed by yann300
parent 53d496ff15
commit 5b53751942
  1. 2
      apps/remix-ide/src/app/ui/styles/modaldialog-styles.js

@ -5,7 +5,7 @@ var css = csjs`
.modalFooter {
}
.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-duration: 0.4s;
animation-name: animatetop;

Loading…
Cancel
Save