summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/layout/components/footer/footer.component.scss
blob: dbb5a100ef7df2f4625ed0861b40ffb8f396fc1f (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
$topnav-background-color: #222;

.footerText {
  background-color: $topnav-background-color;
}

.copyright-text {
  background-color: $topnav-background-color;
  color: #fff;
  font-size: 11px;
  margin-bottom: 0;
  line-height: 3rem;
  margin-top: 20px;
  text-align: center;
}

.footer {
  position: fixed;
  bottom: 0;
  // background-color: $topnav-background-color;
  width: 100%;
  // height: 7.5em;
  z-index: 1002;
  // bottom: 0px;
  // right: 0px;
  // width: 84%;
  margin-bottom: -.5rem;
}

.footer-logo {
  width: 1.5rem;
  margin-top: -10px;
}

.footerText h2 {
  font-size: 1.5rem;
  margin-top: -10px;
}