Quellcode durchsuchen

list text colour changed to $dark for legibility against viewport colours

tags/0.9.0
Alej vor 5 Jahren
Ursprung
Commit
4eafa44494
1 geänderte Dateien mit 18 neuen und 15 gelöschten Zeilen
  1. 18
    15
      vue-theme/src/components/footer.vue

+ 18
- 15
vue-theme/src/components/footer.vue Datei anzeigen

13
                     li (323) 951-0610 center
13
                     li (323) 951-0610 center
14
                     li
14
                     li
15
                         router-link(to="mailto:info@craftinamerica.org") info@craftinamerica.org
15
                         router-link(to="mailto:info@craftinamerica.org") info@craftinamerica.org
16
-            li
17
-                h5 Connect with Us
18
-                ul.f-row
19
-                    li
20
-                        a(href="https://www.facebook.com/CraftinAmerica") Facebook&nbsp;<br>
21
-                    li
22
-                        a(href="http://www.youtube.com/user/craftinamerica") YouTube&nbsp;<br>
23
-                    li
24
-                        a(href="http://www.instagram.com/craftinamerica") Instagram&nbsp;<br>
25
-                    li
26
-                        a(href="https://twitter.com/CraftinAmerica") Twitter&nbsp;<br>
27
-            li
28
-                h5
29
-                    a(href="") Join email list
30
                             
16
                             
31
         //- menu links
17
         //- menu links
32
         ul.f-col.start
18
         ul.f-col.start
85
                     li Press Releases
71
                     li Press Releases
86
                     li In the News
72
                     li In the News
87
 
73
 
74
+        //- social links
75
+        ul.f-col.start
76
+            li
77
+                h5 Connect with Us
78
+                ul.f-col
79
+                    li
80
+                        a(href="https://www.facebook.com/CraftinAmerica") Facebook&nbsp;<br>
81
+                    li
82
+                        a(href="http://www.youtube.com/user/craftinamerica") YouTube&nbsp;<br>
83
+                    li
84
+                        a(href="http://www.instagram.com/craftinamerica") Instagram&nbsp;<br>
85
+                    li
86
+                        a(href="https://twitter.com/CraftinAmerica") Twitter&nbsp;<br>
87
+            li
88
+                h5
89
+                    a(href="") Join email list
90
+                    
88
     .sub-footer
91
     .sub-footer
89
         p Craft in America &copy; 2010&ndash;2021
92
         p Craft in America &copy; 2010&ndash;2021
90
 
93
 
115
             &:nth-child(n+2)
118
             &:nth-child(n+2)
116
                 padding: 0 $ms-0 $ms-3 $ms-0
119
                 padding: 0 $ms-0 $ms-3 $ms-0
117
             > li
120
             > li
118
-                color: $primary
121
+                color: $dark
119
                 padding: $ms-0 0 0
122
                 padding: $ms-0 0 0
120
                 h5
123
                 h5
121
                     color: $cia_white
124
                     color: $cia_white

Laden…
Abbrechen
Speichern