summaryrefslogtreecommitdiff
path: root/ui/app/components/addressbook/addressbook.less
blob: 53e505b632c0dd38ff70b0c8f451854c7f4b9d72 (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

.body {
  // background-color: #333;
}

.darkBg {
  background-color: #333;
  padding: 8px;
  position: absolute;
  height: 100%;
  width: 100%;

  display: -webkit-flex;
  display: flex;

  .header {
    .title {
      font-weight: bold;
      color: white;
      display: inline-block;
      //margin-left: 8px;
      font-size: 120%;
      h1 {
        margin: 0px;
      }
    }
  }
}

.lightFg {
  border-radius: 4px;
  background-color: #fff;
  padding: 15px;
}