1
0
Fork 0
bootstrap-html/site/content/docs/5.3/examples/modals/modals.css
Daniel Baumann e1f69a237f
Adding upstream version 5.3.0+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-17 07:08:06 +01:00

8 lines
142 B
CSS

.modal-sheet .modal-dialog {
width: 380px;
transition: bottom .75s ease-in-out;
}
.modal-sheet .modal-footer {
padding-bottom: 2rem;
}