_footer.scss
3.26 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
#wrapper-footer-full{
p{
color: #000;
}
background-color: #3DB5E6;
.footer-cols{
gap: 7em;
justify-content: space-between;
.footer-col-one{
padding: 20px 0;
max-width: 500px;
.wp-block-columns{
margin-bottom: 0px;
}
.logo-col-one{
display: flex;
align-items: flex-end;
.wp-block-image{
margin-bottom: 0px;
}
}
.logo-col-two{
display: flex;
align-items: flex-end;
.wp-block-image{
margin-bottom: 10px;
}
}
}
.footer-col-two{
max-width: 500px;
.wp-block-columns {
gap:0;
}
}
}
.menu{
list-style-type: none;
.menu-item{
margin: 15px 3px;
a{
color: #000;
text-decoration: none;
font-size: 1.13rem;
font-family: "PT Sans", sans-serif;
}
a:hover{
text-decoration: underline;
}
}
.donate{
display: none;
}
}
}
#menu-social,
#menu-social-1{
flex-direction: row;
padding:0;
list-style: none;
display: flex;
margin:0;
margin-left: 33px;
li {
margin-top: 0px !important;
margin-right:8px;
height:32px;
width:32px;
border-radius: 50%;
position: relative;
a {
font-size:0 !important;
height:32px;
width:32px;
background-color: #fff;
border-radius: 50%;
display: block;
}
a:hover {
background-color: #000;
}
a::after{
position: absolute;
top: 7px;
left: 9px;
background-repeat: no-repeat;
background-size: contain;
width:15px;
height: 18px;
display: block;
}
}
.facebook {
a::after {
left: 9px;
background-image:url("/wp-content/themes/understrap-child/images/Facebook.svg");
}
a:hover::after {
left: 9px;
background-image:url("/wp-content/themes/understrap-child/images/Facebook-hover.svg");
}
}
.instagram {
a::after {
background-image:url("/wp-content/themes/understrap-child/images/Instagram.svg");
}
a:hover::after {
background-image:url("/wp-content/themes/understrap-child/images/Instagram-hover.svg");
}
}
.x {
a::after {
background-image:url("/wp-content/themes/understrap-child/images/x.svg");
}
a:hover::after {
background-image:url("/wp-content/themes/understrap-child/images/x-hover.svg");
}
}
}
#menu-social.page{
margin-left: 0px;
li {
a{
height:48px;
width:48px;
}
margin-right:14px;
}
a::after{
top: 11px;
left: 13px;
width: 22px;
height: 26px;
}
.facebook {
a::after {
left: 16px;
}
}
}