BigW Consortium Gitlab

blocks.scss 278 Bytes
Newer Older
1 2 3 4
.light-well {
  background: #f9f9f9;
  padding: 15px;
}
Dmitriy Zaporozhets committed
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19

.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;
}