Browse Source

modal widths

readme
Mayank 4 years ago
parent
commit
bf8dba178f
No known key found for this signature in database GPG Key ID: D037D60476CE748C
  1. 8
      src/global-styles/custom.scss

8
src/global-styles/custom.scss

@ -449,9 +449,11 @@ svg.icon-clock {
//increase max-width from 500px to 600px primarily to fit the seed in view seed modal on smaller screens
@media (min-width: 456px) {
.modal-dialog {
max-width: 600px;
margin: 1.75rem auto;
#seed-modal {
.modal-dialog {
max-width: 600px;
margin: 1.75rem auto;
}
}
}

Loading…
Cancel
Save