Project

General

Profile

1
/*! UIkit 2.27.5 | 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
}
(67-67/126)