You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
827 B
13 lines
827 B
.modal-dialog-slideout {min-height: 100%; margin: 0 0 0 auto;background: #fff;} |
|
.modal.fade .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(100%,0)scale(1);transform: translate(100%,0)scale(1);} |
|
.modal.fade.show .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(0,0);transform: translate(0,0);display: flex;align-items: stretch;-webkit-box-align: stretch;height: 100%;} |
|
.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body{overflow-y: auto;overflow-x: hidden;} |
|
.modal-dialog-slideout .modal-content{border: 0;} |
|
.modal-dialog-slideout .modal-header, .modal-dialog-slideout .modal-footer {height: 69px; display: block;} |
|
.modal-dialog-slideout .modal-header h5 {float:left;} |
|
/* modals */ |
|
@media (min-width: 992px){ |
|
.modal-lg, .modal-xl { |
|
max-width: 90%!important; |
|
} |
|
}
|
|
|