summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/blank.scss
blob: 40b5171a8c63aabb1d341eaa88ef9b5dea9f7825 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.blank-state {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.blank-state-no-icon {
  padding-top: 40px;
  padding-bottom: 40px;  
}

.blank-state-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: normal;
}

.blank-state-text {
  margin-top: 0;
  margin-bottom: $gl-padding;
  font-size: 15px;
}