-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.less
68 lines (68 loc) · 1.2 KB
/
footer.less
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
.footer{
height: 6rem;
background: #070c17;
// padding: 14px 0;
// padding: 1.4rem 0;
position: absolute;
// top: 0;
bottom: 0;
left: 0;
width: 100%;
}
.footer__text{
// padding: .5rem 0 ;
// padding: 5px 0 ;
// font-size: 18px;
font-size: 1.8rem;
// .linef(4);
float: left;
padding: 2rem 0;
padding-left: 30px;
text-align: left;
// display: block;
}
.footer__text--connect{
// font-size: 18px;
// font-size: 1.8rem;
// .line(1);
// .push(2);
float: left;
// text-align: right;
padding-top: 2rem;
padding-right: 20px;
// display: block;
// display: inline-block;
}
.footer__text-icons{
// padding: .5rem 0 ;
// padding: 5px 0 ;
// font-size: 18px;
font-size: 1.8rem;
// .linef(4);
text-align: right;
float: right;
// .line(3);
// width: 100%;
// padding: 1.5rem 0;
padding-right: 30px;
}
.footer__icons{
// display: inline-block;
float: right;
// height:6rem;
padding-top: 1.5rem;
// margin-right: 40px;
// margin-right: 4rem;
// padding-right: 30px;
// padding-bottom: 2px;
}
.footer__social-icon{
display: inline-block;
// padding: 0 4px;
padding: 0 .4rem;
transition: opacity 0.4s;
&:hover{
opacity: 0.8;
transition: opacity 0.4s;
}
}