From c94fb32c7a3c28b18a27460aa2447eeec1fac1de Mon Sep 17 00:00:00 2001 From: Pascal Szewczyk Date: Mon, 18 Jul 2016 23:23:54 +0200 Subject: uikit added --- css/components/sticky.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 css/components/sticky.css (limited to 'css/components/sticky.css') diff --git a/css/components/sticky.css b/css/components/sticky.css new file mode 100755 index 0000000..97141d0 --- /dev/null +++ b/css/components/sticky.css @@ -0,0 +1,23 @@ +/*! 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