_footer.scss
2.04 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
/*============== footer-area css ===============*/
.footer-area{
background: #f9f9ff;
padding-top: 120px;
}
.single-footer-widget{
p{
margin-bottom: 0px;
font-size: 14px;
}
ul{
li{
a{
line-height: 25px;
display: inline-block;
color: #777;
transition: all 0.3s linear;
margin-bottom: 13px;
font-size: 14px;
&:hover{
color: $baseColor;
}
}
}
}
.instafeed{
margin-left: -5px;
margin-right: -5px;
li{
margin: 5px;
}
}
.subscribe_form{
padding-top: 25px;
}
.input-group{
display: block !important;
}
input{
width: 100%;
border: 1px solid #eeeeee;
font-size: 13px;
line-height: 30px;
padding-right: 40px;
height: 40px;
color: #999999;
background: #fff;
padding-left: 20px;
@include placeholder{
color: #999999;
}
&:focus{
outline: none;
}
}
.sub-btn{
background: $baseColor;
color: #fff;
font-weight: 300;
border-radius: 0;
line-height: 34px;
padding: 4px 11px 0px;
cursor: pointer;
position: absolute;
right: 0px;
top: 0px;
}
}
.footer_title{
font-size: 20px;
line-height: 24px;
font-weight: 500;
color: $dip;
margin-bottom: 28px;
text-transform: uppercase;
}
.border_line{
width: 100%;
height: 1px;
background: #eeeeee;
margin-top: 100px;
}
.footer-bottom{
padding-top: 25px;
padding-bottom: 25px;
.footer-text{
a{
color: $baseColor;
}
}
.footer-social{
text-align: right;
a{
font-size: 18px;
line-height: 30px;
color: #191919;
margin-left: 25px;
transition: all 0.3s linear;
&:hover{
color: $baseColor;
}
}
}
}