diff options
Diffstat (limited to 'css/components/placeholder.gradient.css')
| -rwxr-xr-x | css/components/placeholder.gradient.css | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/css/components/placeholder.gradient.css b/css/components/placeholder.gradient.css deleted file mode 100755 index c53fcd2..0000000 --- a/css/components/placeholder.gradient.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 | } | ||
