summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/generic/blocks.scss
blob: e012ef2f06f7a835e7b7591cf5ff356c2bb9521e (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
.light-well {
  background-color: #f8fafc;
  padding: 15px;
}

.centered-light-block {
  text-align: center;
  color: $gl-gray;
  margin: 20px;
}

.nothing-here-block {
  text-align: center;
  padding: 20px;
  color: $gl-gray;
  font-weight: normal;
  font-size: 16px;
  line-height: 36px;
}

.gray-content-block {
  margin: -18px;
  background-color: #f8fafc;
  padding: 18px;
  margin-bottom: 0px;
  border-top: 1px solid #e7e9ed;
  border-bottom: 1px solid #e7e9ed;
  color: $gl-gray;

  .title {
    color: $gl-text-color;
  }

  .oneline {
    line-height: 44px;
  }
}