summaryrefslogtreecommitdiffstats
path: root/site/content/docs/5.2/examples/modals/modals.css
blob: 51ad2c4fb75b02fbce128c114df9f36bd0af897e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.modal-sheet .modal-dialog {
  width: 380px;
  transition: bottom .75s ease-in-out;
}
.modal-sheet .modal-footer {
  padding-bottom: 2rem;
}

.modal-alert .modal-dialog {
  width: 380px;
}

.modal-tour .modal-dialog {
  width: 380px;
}