customize
This commit is contained in:
commit
eec942e2b4
682 changed files with 153415 additions and 0 deletions
15
site/content/docs/5.2/examples/modals/modals.css
Normal file
15
site/content/docs/5.2/examples/modals/modals.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue