diff options
| author | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-07 02:17:47 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-07 02:17:47 +0200 |
| commit | 2653f6a943a6ed74e2b72246ba8211c5fb699a7f (patch) | |
| tree | 1583823bf875456212156452ba464933139c3ceb /css/components/placeholder.almost-flat.css | |
| parent | d850c105940f414caf44705191af8c8b19ca9c85 (diff) | |
restructured ;)
Diffstat (limited to 'css/components/placeholder.almost-flat.css')
| -rwxr-xr-x | css/components/placeholder.almost-flat.css | 29 |
1 files changed, 0 insertions, 29 deletions
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 @@ | |||
| 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 | } | ||
