From 2653f6a943a6ed74e2b72246ba8211c5fb699a7f Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sun, 7 Aug 2016 02:17:47 +0200 Subject: restructured ;) --- css/components/placeholder.almost-flat.css | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100755 css/components/placeholder.almost-flat.css (limited to 'css/components/placeholder.almost-flat.css') diff --git a/css/components/placeholder.almost-flat.css b/css/components/placeholder.almost-flat.css deleted file mode 100755 index c53fcd2..0000000 --- a/css/components/placeholder.almost-flat.css +++ /dev/null @@ -1,29 +0,0 @@ -/*! 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