updated Uikit v2
This commit is contained in:
@@ -1,7 +1,16 @@
|
||||
/*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
|
||||
/*! UIkit 2.27.4 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
|
||||
/* ========================================================================
|
||||
Component: Slider
|
||||
========================================================================== */
|
||||
/*
|
||||
* RTL Compatibility
|
||||
*/
|
||||
[data-uk-slider] {
|
||||
direction: ltr;
|
||||
}
|
||||
html[dir="rtl"] .uk-slider > * {
|
||||
direction: rtl;
|
||||
}
|
||||
/*
|
||||
* 1. Create position context
|
||||
* 2. Create stacking context to prevent z-index issues with other components
|
||||
|
Reference in New Issue
Block a user