mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-20 12:21:35 +02:00
Add v5.2.0-beta1 docs (#36338)
This commit is contained in:
15
docs/5.2/examples/modals/modals.css
Normal file
15
docs/5.2/examples/modals/modals.css
Normal file
@@ -0,0 +1,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;
|
||||
}
|
Reference in New Issue
Block a user