BigW Consortium Gitlab

blank.scss 718 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
.blank-state-welcome {
  text-align: center;
  border-bottom: 1px solid $border-color;

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

10 11 12 13 14 15 16 17
.blank-state {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.blank-state-no-icon {
  padding-top: 40px;
18 19 20 21 22
  padding-bottom: 40px;
}

.blank-state-icon {
  padding-bottom: 20px;
23 24
  color: $gray-darkest;
  font-size: 56px;
25

26 27 28
  path,
  polygon {
    fill: currentColor;
29
  }
30 31 32 33 34 35 36 37 38 39 40 41 42
}

.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;
43 44 45 46

  > strong {
    font-weight: 600;
  }
47
}
Phil Hughes committed
48 49 50 51

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