mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-20 06:20:23 +00:00
* Update snippet examples for dark mode * Fix markup * Review comments * undo colored links docs from this PR
8 lines
142 B
CSS
8 lines
142 B
CSS
.modal-sheet .modal-dialog {
|
|
width: 380px;
|
|
transition: bottom .75s ease-in-out;
|
|
}
|
|
.modal-sheet .modal-footer {
|
|
padding-bottom: 2rem;
|
|
}
|
|
|