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/placeholder.gradient.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100755 css/components/placeholder.gradient.css (limited to 'css/components/placeholder.gradient.css') 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 @@ +/*! UIkit 2.26.4 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */ +/* ======================================================================== + Component: Placeholder + ========================================================================== */ +.uk-placeholder { + margin-bottom: 15px; + padding: 15px; + border: 1px dashed #ddd; + background: #fafafa; + color: #444; +} +/* + * Add margin if adjacent element + */ +* + .uk-placeholder { + margin-top: 15px; +} +/* + * Remove margin from the last-child + */ +.uk-placeholder > :last-child { + margin-bottom: 0; +} +/* Modifier: `uk-placeholder-large` + ========================================================================== */ +.uk-placeholder-large { + padding-top: 80px; + padding-bottom: 80px; +} -- cgit v1.2.3