Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
6fc56744
Commit
6fc56744
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge branch 'raymccoy-no-filters' into 2.0.4-wip
parents
9699e1d7
642f7514
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/component-animations.less
+3
-3
less/component-animations.less
with
3 additions
and
3 deletions
+3
-3
less/component-animations.less
+
3
-
3
View file @
6fc56744
...
@@ -2,10 +2,10 @@
...
@@ -2,10 +2,10 @@
// --------------------
// --------------------
.fade {
.fade {
.
opacity
(0)
;
opacity
: 0
;
.transition(opacity .15s linear);
.transition(opacity .15s linear);
&.in {
&.in {
.
opacity
(100)
;
opacity
: 1
;
}
}
}
}
...
@@ -17,4 +17,4 @@
...
@@ -17,4 +17,4 @@
&.in {
&.in {
height: auto;
height: auto;
}
}
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment