summaryrefslogtreecommitdiffstats
path: root/3rd_party/static/onap-ui/assets/css/header.css
blob: 3f39b8a7b6b60ac44439a0213a391ee141281162 (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
.header-container-1 {
  height: 80px;
  background-color: #E7E6E6;
}

.header-container-row {
  margin-left: 0px;
  margin-right: 0px;
}

.header-container-2 {
  height: 30px;
  background-color: #E7E6E6;
}

.header-logo {
  height: 80px;
  padding-left: 15px;
  padding-top: 20px;
}

.header-title {
  font-size: 40px;
  font-weight: bold;
  color: #2C2B2F;
  padding-top: 30px;
}

.header-login {
  margin-top: -20px;
  margin-right: 10px;
}

.header-splitline {
  height: 5px;
  background-color: #1080A7;
}