mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
starting up bootstrap-js...
This commit is contained in:
@@ -579,6 +579,15 @@ input[type=submit].btn {
|
||||
// MODALS
|
||||
// ------
|
||||
|
||||
.modal-backdrop,
|
||||
.modal {
|
||||
.transition(opacity .15s linear);
|
||||
opacity: 0;
|
||||
&.open {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.modal-backdrop {
|
||||
background-color: rgba(0,0,0,.5);
|
||||
position: fixed;
|
||||
|
||||
Reference in New Issue
Block a user