Project

General

Profile

1
/*! UIkit 2.27.5 | 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
 * 2. Enable hardware acceleration for iOS browsers, resolves scrolling issue
8
 */
9
[data-uk-sticky].uk-active {
10
  z-index: 980;
11
  /* 1 */
12
  box-sizing: border-box;
13
  /* 2 */
14
  -webkit-backface-visibility: hidden;
15
}
16
/*
17
 * Faster animations
18
 */
19
[data-uk-sticky][class*='uk-animation-'] {
20
  -webkit-animation-duration: 0.2s;
21
  animation-duration: 0.2s;
22
}
23
[data-uk-sticky].uk-animation-reverse {
24
  -webkit-animation-duration: 0.2s;
25
  animation-duration: 0.2s;
26
}
(112-112/126)