mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-21 13:24:08 +03:00
no more mixin, use regular property
This commit is contained in:
+2
-2
@@ -68,8 +68,8 @@
|
||||
left: 0;
|
||||
background-color: @modal-backdrop-bg;
|
||||
// Fade for backdrop
|
||||
&.fade { .opacity(0); }
|
||||
&.in { .opacity(@modal-backdrop-opacity); }
|
||||
&.fade { opacity: 0; }
|
||||
&.in { opacity: @modal-backdrop-opacity; }
|
||||
}
|
||||
|
||||
// Modal header
|
||||
|
||||
Reference in New Issue
Block a user