summaryrefslogtreecommitdiff
path: root/css/components/placeholder.gradient.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/components/placeholder.gradient.css')
-rwxr-xr-xcss/components/placeholder.gradient.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/css/components/placeholder.gradient.css b/css/components/placeholder.gradient.css
new file mode 100755
index 0000000..c53fcd2
--- /dev/null
+++ b/css/components/placeholder.gradient.css
@@ -0,0 +1,29 @@
1/*! UIkit 2.26.4 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2/* ========================================================================
3 Component: Placeholder
4 ========================================================================== */
5.uk-placeholder {
6 margin-bottom: 15px;
7 padding: 15px;
8 border: 1px dashed #ddd;
9 background: #fafafa;
10 color: #444;
11}
12/*
13 * Add margin if adjacent element
14 */
15* + .uk-placeholder {
16 margin-top: 15px;
17}
18/*
19 * Remove margin from the last-child
20 */
21.uk-placeholder > :last-child {
22 margin-bottom: 0;
23}
24/* Modifier: `uk-placeholder-large`
25 ========================================================================== */
26.uk-placeholder-large {
27 padding-top: 80px;
28 padding-bottom: 80px;
29}