0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01: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

View File

@ -68,8 +68,8 @@
left: 0; left: 0;
background-color: @modal-backdrop-bg; background-color: @modal-backdrop-bg;
// Fade for backdrop // Fade for backdrop
&.fade { .opacity(0); } &.fade { opacity: 0; }
&.in { .opacity(@modal-backdrop-opacity); } &.in { opacity: @modal-backdrop-opacity; }
} }
// Modal header // Modal header