Socialify

Folder ..

Viewing modals.css
8 lines (7 loc) • 142.0 B

1
2
3
4
5
6
7
.modal-sheet .modal-dialog {
  width: 380px;
  transition: bottom .75s ease-in-out;
}
.modal-sheet .modal-footer {
  padding-bottom: 2rem;
}