-
Notifications
You must be signed in to change notification settings - Fork 71
/
Copy path_footer.scss
63 lines (62 loc) · 916 Bytes
/
_footer.scss
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
/* Footer Area Start */
.footer-area{
background: #34363a;
.footer-titel{
font-size: 20px;
color: #fff;
font-weight: 700;
padding-bottom: 10px;
letter-spacing: 0.5px;
}
ul{
li{
margin-bottom: 10px;
a{
color: #ccc;
font-size: 14px;
font-weight: 400;
&:hover{
color: $preset;
}
}
}
}
#subscribe-form{
margin-top: 15px;
.form-group{
position: relative;
.btn-common{
position: absolute;
top: 0;
right: 0;
padding: 7px 15px;
height: 39px;
border-radius: 0;
background: transparent;
color: $preset;
border-left: 1px solid #ddd;
}
}
}
}
.copyright{
background: #34363a;
.footer-logo{
margin-top: 13px;
img{
width: 80%;
}
}
p{
line-height: 60px;
color: #fff;
text-align: center;
margin: 0;
a{
color: #fff;
&:hover{
color: $preset;
}
}
}
}