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. 2
      src/global-styles/custom.scss

2
src/global-styles/custom.scss

@ -449,11 +449,13 @@ 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) {
#seed-modal {
.modal-dialog {
max-width: 600px;
margin: 1.75rem auto;
}
}
}
// blur background content on modal open

Loading…
Cancel
Save