updated Uikit v2

This commit is contained in:
2017-11-12 02:33:10 +02:00
parent 7d27af5d59
commit 1cc40dbfe4
437 changed files with 9171 additions and 5797 deletions

View File

@@ -1,4 +1,4 @@
/*! 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: Tooltip
========================================================================== */
@@ -19,7 +19,7 @@
max-width: 200px;
padding: 5px 8px;
/* 4 */
background: #333333;
background: #333;
color: rgba(255, 255, 255, 0.7);
font-size: 12px;
line-height: 18px;
@@ -36,7 +36,7 @@
width: 0;
height: 0;
/* 1 */
border: 5px dashed #333333;
border: 5px dashed #333;
}
/* Direction modifiers
========================================================================== */
@@ -51,7 +51,7 @@
border-bottom: none;
border-left-color: transparent;
border-right-color: transparent;
border-top-color: #333333;
border-top-color: #333;
}
/*
* Bottom
@@ -64,7 +64,7 @@
border-top: none;
border-left-color: transparent;
border-right-color: transparent;
border-bottom-color: #333333;
border-bottom-color: #333;
}
/*
* Top/Bottom center
@@ -99,7 +99,7 @@
border-right: none;
border-top-color: transparent;
border-bottom-color: transparent;
border-left-color: #333333;
border-left-color: #333;
}
/*
* Right
@@ -112,5 +112,5 @@
border-left: none;
border-top-color: transparent;
border-bottom-color: transparent;
border-right-color: #333333;
border-right-color: #333;
}