Skip to content

Commit

Permalink
make modal taller
Browse files Browse the repository at this point in the history
  • Loading branch information
HannaLetska committed Oct 28, 2019
1 parent 88cc728 commit ce88fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elements/Modal/modal.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@ui-modal-z-index: 99999;
@ui-modal-border-radius: 0;
@ui-modal-max-width: 43.75em; /* 700/16 */
@ui-modal-top: 7.5em;
@ui-modal-top: 2.5em;
@ui-modal-box-shadow: 2px 3px 9px -2px @ui-color-black;
@ui-modal-close-color: @ui-color-gray-darkest;
@ui-modal-overlay-background: @ui-color-black;
Expand Down

0 comments on commit ce88fd1

Please sign in to comment.