1
0
Fork 0
bootstrap-html/site/content/docs/5.3/examples/modals/modals.css

9 lines
142 B
CSS
Raw Normal View History

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