1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-27 07:14:36 +02:00

Add v5.3.0-alpha1 docs (#37662)

This commit is contained in:
XhmikosR
2022-12-24 18:43:04 +02:00
committed by GitHub
parent 4f4f92f077
commit 3041a4f1fd
363 changed files with 182334 additions and 594 deletions

View 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;
}