mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-19 22:10:24 +00:00
Merge branch 'raymccoy-no-filters' into 2.0.4-wip
This commit is contained in:
commit
6fc5674466
1 changed files with 3 additions and 3 deletions
|
|
@ -2,10 +2,10 @@
|
|||
// --------------------
|
||||
|
||||
.fade {
|
||||
.opacity(0);
|
||||
opacity: 0;
|
||||
.transition(opacity .15s linear);
|
||||
&.in {
|
||||
.opacity(100);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -17,4 +17,4 @@
|
|||
&.in {
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue