Increases modal width to match design
This commit is contained in:
parent
2854aa9235
commit
ac1afd53ef
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
.modal-content {
|
||||
@extend %modal;
|
||||
min-height: #{150 / $base-font-size}rem;
|
||||
width: #{400 / $base-font-size}rem;
|
||||
width: #{700 / $base-font-size}rem;
|
||||
padding: #{20 / $base-font-size}rem;
|
||||
.modal--reduced & {
|
||||
//min-height: #{150 / $base-font-size}rem;
|
||||
|
|
Loading…
Reference in a new issue