summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/blank.scss
blob: d28cda6d62d307d6718adbce3a6caf6be7133092 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.blank-state-welcome {
  text-align: center;
  border-bottom: 1px solid $border-color;

  .blank-state-text {
    margin-bottom: 0;
  }
}

.blank-state {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

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

.blank-state-icon {
  padding-bottom: 20px;

  path {
    fill: $gray-darkest;
  }
}

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

.blank-state-welcome-title {
  font-size: 24px;
}