Sha256: 4b2980f0fb4e2732ecd4ba74e8f83fdee294299979fee503b2329d9e7ceec01c

Contents?: true

Size: 761 Bytes

Versions: 3

Compression:

Stored size: 761 Bytes

Contents

/*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Placeholder
 ========================================================================== */
.uk-placeholder {
  margin-bottom: 15px;
  padding: 15px;
  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

3 entries across 1 versions & 1 rubygems

Version Path
uikit2-rails-0.1.6 vendor/assets/stylesheets/uikit/components/placeholder.almost-flat.css
uikit2-rails-0.1.6 vendor/assets/stylesheets/uikit/components/placeholder.css
uikit2-rails-0.1.6 vendor/assets/stylesheets/uikit/components/placeholder.gradient.css