Code Review
/
portal
/
sdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
dbb5a100ef7df2f4625ed0861b40ffb8f396fc1f
[portal/sdk.git]
/
1
$topnav-background-color: #222;
2
3
.footerText {
4
background-color: $topnav-background-color;
5
}
6
7
.copyright-text {
8
background-color: $topnav-background-color;
9
color: #fff;
10
font-size: 11px;
11
margin-bottom: 0;
12
line-height: 3rem;
13
margin-top: 20px;
14
text-align: center;
15
}
16
17
.footer {
18
position: fixed;
19
bottom: 0;
20
// background-color: $topnav-background-color;
21
width: 100%;
22
// height: 7.5em;
23
z-index: 1002;
24
// bottom: 0px;
25
// right: 0px;
26
// width: 84%;
27
margin-bottom: -.5rem;
28
}
29
30
.footer-logo {
31
width: 1.5rem;
32
margin-top: -10px;
33
}
34
35
.footerText h2 {
36
font-size: 1.5rem;
37
margin-top: -10px;
38
}