Sha256: 9a136efa1b4acab0f62a5143b044b51e2af00023c1aa6589008cc0b18b5b8f3f
Contents?: true
Size: 768 Bytes
Versions: 6
Compression:
Stored size: 768 Bytes
Contents
/*! UIkit 2.20.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */ /* ======================================================================== Component: Placeholder ========================================================================== */ .uk-placeholder { margin-bottom: 15px; padding: 20px; border: 1px dashed #dddddd; background: #fafafa; color: #444444; } /* * 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; }
Version data entries
6 entries across 2 versions & 1 rubygems