2
0
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:
Mark Otto
2014-10-26 22:34:08 -07:00
parent d664ceaac8
commit 72a92f556d
+2 -2
View File
@@ -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