summaryrefslogtreecommitdiff
path: root/css/components/sticky.css
diff options
context:
space:
mode:
authorerdgeist <erdgeist@bauklotz.fritz.box>2016-08-07 02:17:47 +0200
committererdgeist <erdgeist@bauklotz.fritz.box>2016-08-07 02:17:47 +0200
commit2653f6a943a6ed74e2b72246ba8211c5fb699a7f (patch)
tree1583823bf875456212156452ba464933139c3ceb /css/components/sticky.css
parentd850c105940f414caf44705191af8c8b19ca9c85 (diff)
restructured ;)
Diffstat (limited to 'css/components/sticky.css')
-rwxr-xr-xcss/components/sticky.css23
1 files changed, 0 insertions, 23 deletions
diff --git a/css/components/sticky.css b/css/components/sticky.css
deleted file mode 100755
index 97141d0..0000000
--- a/css/components/sticky.css
+++ /dev/null
@@ -1,23 +0,0 @@
1/*! UIkit 2.26.4 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2/* ========================================================================
3 Component: Sticky
4 ========================================================================== */
5/*
6 * 1. More robust if padding and border are used
7 */
8[data-uk-sticky].uk-active {
9 z-index: 980;
10 /* 1 */
11 box-sizing: border-box;
12}
13/*
14 * Faster animations
15 */
16[data-uk-sticky][class*='uk-animation-'] {
17 -webkit-animation-duration: 0.2s;
18 animation-duration: 0.2s;
19}
20[data-uk-sticky].uk-animation-reverse {
21 -webkit-animation-duration: 0.2s;
22 animation-duration: 0.2s;
23}