summaryrefslogtreecommitdiffstats
path: root/site/content/docs/5.3/examples/modals/modals.css
blob: 924952ae37d69dfb9d641b4ae8a2bcbacab5d9f0 (plain)
1
2
3
4
5
6
7
8
.modal-sheet .modal-dialog {
  width: 380px;
  transition: bottom .75s ease-in-out;
}
.modal-sheet .modal-footer {
  padding-bottom: 2rem;
}