mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
make generic fade animation css class
This commit is contained in:
+2
-6
@@ -752,14 +752,10 @@ input[type=submit].btn {
|
||||
// Pattern Animations
|
||||
// ------------------
|
||||
|
||||
.modal-backdrop,
|
||||
.modal,
|
||||
.twipsy,
|
||||
.popover,
|
||||
.alert-message {
|
||||
.fade {
|
||||
.transition(opacity .15s linear);
|
||||
opacity: 0;
|
||||
&.show {
|
||||
&.in {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user