From 2653f6a943a6ed74e2b72246ba8211c5fb699a7f Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sun, 7 Aug 2016 02:17:47 +0200 Subject: restructured ;) --- css/components/sticky.css | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100755 css/components/sticky.css (limited to 'css/components/sticky.css') 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 @@ -/*! UIkit 2.26.4 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */ -/* ======================================================================== - Component: Sticky - ========================================================================== */ -/* - * 1. More robust if padding and border are used - */ -[data-uk-sticky].uk-active { - z-index: 980; - /* 1 */ - box-sizing: border-box; -} -/* - * Faster animations - */ -[data-uk-sticky][class*='uk-animation-'] { - -webkit-animation-duration: 0.2s; - animation-duration: 0.2s; -} -[data-uk-sticky].uk-animation-reverse { - -webkit-animation-duration: 0.2s; - animation-duration: 0.2s; -} -- cgit v1.2.3