aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.1/examples/modals/modals.css
blob: 6d92eafe3845b8aece8de3b9b938d6f5f085515b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.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;
}

.border-right { border-right: 1px solid #eee; }

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