|
|
@@ -17,17 +17,25 @@
|
|
17
|
17
|
h5 Connect with Us
|
|
18
|
18
|
ul.f-row.b-dot.b-radius
|
|
19
|
19
|
li
|
|
20
|
|
- a(href="https://www.facebook.com/CraftinAmerica") FB<br>
|
|
21
|
|
- img(src="../star.svg")
|
|
|
20
|
+ h2.t-cntr
|
|
|
21
|
+ a(href="https://www.facebook.com/CraftinAmerica") FB<br>
|
|
|
22
|
+ img(src="../star.svg")
|
|
|
23
|
+ //- replace with respective icon
|
|
22
|
24
|
li
|
|
23
|
|
- a(href="http://www.youtube.com/user/craftinamerica") YT<br>
|
|
24
|
|
- img(src="../star.svg")
|
|
|
25
|
+ h2.t-cntr
|
|
|
26
|
+ a(href="http://www.youtube.com/user/craftinamerica") YT<br>
|
|
|
27
|
+ img(src="../star.svg")
|
|
|
28
|
+ //- replace with respective icon
|
|
25
|
29
|
li
|
|
26
|
|
- a(href="http://www.instagram.com/craftinamerica") IG<br>
|
|
27
|
|
- img(src="../star.svg")
|
|
|
30
|
+ h2.t-cntr
|
|
|
31
|
+ a(href="http://www.instagram.com/craftinamerica") IG<br>
|
|
|
32
|
+ img(src="../star.svg")
|
|
|
33
|
+ //- replace with respective icon
|
|
28
|
34
|
li
|
|
29
|
|
- a(href="https://twitter.com/CraftinAmerica") TT<br>
|
|
30
|
|
- img(src="../star.svg")
|
|
|
35
|
+ h2.t-cntr
|
|
|
36
|
+ a(href="https://twitter.com/CraftinAmerica") TT<br>
|
|
|
37
|
+ img(src="../star.svg")
|
|
|
38
|
+ //- replace with respective icon
|
|
31
|
39
|
li.b-dot.b-radius
|
|
32
|
40
|
h5
|
|
33
|
41
|
a(href="") Join email list
|
|
|
@@ -88,9 +96,9 @@
|
|
88
|
96
|
li Blog Posts
|
|
89
|
97
|
li Press Releases
|
|
90
|
98
|
li In the News
|
|
91
|
|
-
|
|
92
|
99
|
.sub-footer.f-col.start
|
|
93
|
|
- p Craft in America © 2010–2021
|
|
|
100
|
+ h5 Craft in America © 2010–2021
|
|
|
101
|
+ //- actually the bottom of the page
|
|
94
|
102
|
|
|
95
|
103
|
</template>
|
|
96
|
104
|
|
|
|
@@ -103,10 +111,12 @@
|
|
103
|
111
|
|
|
104
|
112
|
.footer-wrapper
|
|
105
|
113
|
width: 100%
|
|
|
114
|
+ background-color: $cia_red
|
|
106
|
115
|
footer.main
|
|
107
|
116
|
display: flex
|
|
108
|
117
|
flex-wrap: wrap
|
|
109
|
118
|
min-width: $min-width
|
|
|
119
|
+ /* background-color: $cia_red */
|
|
110
|
120
|
// ALL <ul> tags
|
|
111
|
121
|
ul
|
|
112
|
122
|
list-style: none
|
|
|
@@ -119,32 +129,42 @@
|
|
119
|
129
|
&:nth-child(n+2)
|
|
120
|
130
|
padding: 0 $ms-0 $ms-3 $ms-0
|
|
121
|
131
|
> li
|
|
122
|
|
- color: $dark
|
|
|
132
|
+ color: $cia_white
|
|
123
|
133
|
padding: $ms-0 0 0
|
|
124
|
134
|
h5
|
|
125
|
135
|
color: $cia_white
|
|
126
|
136
|
margin: $ms-0 0 $ms--1
|
|
127
|
|
- a
|
|
|
137
|
+ a, a:link, a:visited
|
|
128
|
138
|
color: $cia_white
|
|
|
139
|
+ text-decoration: none
|
|
|
140
|
+ a:hover
|
|
|
141
|
+ color: $light
|
|
|
142
|
+ /* background: $light */
|
|
|
143
|
+ /* Hovered links */
|
|
|
144
|
+ a:active
|
|
|
145
|
+ color: $cia_red2
|
|
|
146
|
+ /* Activated links */
|
|
|
147
|
+
|
|
129
|
148
|
ul
|
|
130
|
149
|
align-items: flex-start
|
|
131
|
150
|
> li
|
|
132
|
151
|
padding: 0 0 $ms--5
|
|
133
|
152
|
img
|
|
134
|
|
- width: $ms-2
|
|
135
|
|
- height: $ms-2
|
|
|
153
|
+ width: $ms-0
|
|
|
154
|
+ height: $ms-0
|
|
136
|
155
|
padding: 0
|
|
137
|
156
|
|
|
138
|
157
|
.sub-footer
|
|
139
|
|
- background-color: $cia_black
|
|
140
|
|
- padding: $ms-0
|
|
141
|
|
- p
|
|
142
|
|
- font-size: 0.8em
|
|
|
158
|
+ background-color: #820000
|
|
|
159
|
+ padding: $ms--4
|
|
|
160
|
+ h5
|
|
|
161
|
+ font-size: $ms--2
|
|
143
|
162
|
color: $cia_grey
|
|
144
|
163
|
|
|
145
|
164
|
@media (min-width: $medium)
|
|
146
|
165
|
footer.main > ul
|
|
147
|
|
- background-color: darkgreen
|
|
|
166
|
+ /* background-color: darkgreen */
|
|
|
167
|
+ background-color: $cia_red
|
|
148
|
168
|
&:nth-child(n+2)
|
|
149
|
169
|
align-items: flex-start
|
|
150
|
170
|
flex-direction: row
|
|
|
@@ -154,14 +174,16 @@
|
|
154
|
174
|
|
|
155
|
175
|
@media (min-width: $large)
|
|
156
|
176
|
footer.main > ul
|
|
157
|
|
- background-color: purple
|
|
|
177
|
+ /* background-color: purple */
|
|
|
178
|
+ background-color: $cia_red
|
|
158
|
179
|
&:nth-child(n+2)
|
|
159
|
180
|
> li
|
|
160
|
181
|
width: 33%
|
|
161
|
182
|
|
|
162
|
183
|
@media (min-width: $extra-large)
|
|
163
|
184
|
footer.main > ul
|
|
164
|
|
- background-color: rebeccapurple
|
|
|
185
|
+ /* background-color: rebeccapurple */
|
|
|
186
|
+ background-color: $cia_red
|
|
165
|
187
|
&:nth-child(n+2)
|
|
166
|
188
|
margin: 0 0 $ms-2 0
|
|
167
|
189
|
> li
|
|
|
@@ -172,10 +194,12 @@
|
|
172
|
194
|
max-width: $max-width
|
|
173
|
195
|
margin: 0 auto
|
|
174
|
196
|
> ul
|
|
175
|
|
- background-color: orange
|
|
|
197
|
+ /* background-color: orange */
|
|
|
198
|
+ background-color: $cia_red
|
|
176
|
199
|
|
|
177
|
200
|
@media (min-width: $ultra)
|
|
178
|
201
|
footer.main
|
|
179
|
202
|
> ul
|
|
180
|
|
- background-color: teal
|
|
|
203
|
+ /* background-color: teal */
|
|
|
204
|
+ background-color: $cia_red
|
|
181
|
205
|
</style>
|