summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/generic/blocks.scss
blob: 3536a68f416fc335177d27f763bdb77207a2f523 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.light-well {
  background: #f9f9f9;
  padding: 15px;
}

.centered-light-block {
  text-align: center;
  color: #888;
  margin: 20px;
}

.nothing-here-block {
  text-align: center;
  padding: 20px;
  color: #666;
  font-weight: normal;
  font-size: 16px;
  line-height: 36px;
}