Welcome to mirror list, hosted at ThFree Co, Russian Federation.

modals.css « modals « examples « 5.1 « docs « content « site - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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;
}