modals.css 236 B

123456789101112131415
  1. .modal-sheet .modal-dialog {
  2. width: 380px;
  3. transition: bottom .75s ease-in-out;
  4. }
  5. .modal-sheet .modal-footer {
  6. padding-bottom: 2rem;
  7. }
  8. .modal-alert .modal-dialog {
  9. width: 380px;
  10. }
  11. .modal-tour .modal-dialog {
  12. width: 380px;
  13. }