mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
no more mixin, use regular property
This commit is contained in:
parent
d664ceaac8
commit
72a92f556d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user