Welcome to mirror list, hosted at ThFree Co, Russian Federation.

blocks.scss « generic « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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;
}