1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-06 13:46:42 +02:00
Files
bootstrap/docs/5.3/examples/modals/modals.css
2025-05-05 12:35:05 -07:00

8 lines
141 B
CSS

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