-
Notifications
You must be signed in to change notification settings - Fork 7
/
footer-style.css
97 lines (82 loc) · 1.51 KB
/
footer-style.css
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
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
.box-footer .outro{
height: 5rem;
background-color: #121111;
}
/* .call img{
position: absolute;
float: right;
width: 70px;
} */
img.img-fluid.call {
width: 10rem;
top: 4.99rem;
position: relative;
}
.join_us {
left: 7.9rem;
position: relative;
}
.join_us > a{
text-decoration: none;
color: white;
width: 4rem;
background-color: red;
padding: 0 6px;
border-radius: 4px;
font-family: 'Poppins', sans-serif;
font-size: 14px;
position: relative;
left: 1rem;
margin-left: 0.5rem;
}
.join_us > h4{
font-size: 18px;
font-family: 'Poppins', sans-serif;
opacity: 0.6;
padding: 6px;
position: relative;
left: 1rem;
top: 0.5rem;
}
.container-fluid.footer_outer {
padding-left: 0!important;
padding-right: 0!important;
}
#faceb{
background-color: #0088cc;
}
#insta{
background-color: #E1306C;
}
#telegram{
background-color: #0088cc;
}
span > hr{
width: 40vw;
position: relative;
left: 0.2rem;
}
.help > a{
text-decoration: none;
color: white;
font-family: 'Poppins', sans-serif;
font-size: 10px;
position: relative;
left: 0.9rem;
margin-left: 1rem;
/* display: flex; */
}
.brand{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-family: 'Poppins', sans-serif;
position: relative;
left: 1rem;
}