Quellcode durchsuchen

footer styling adjustment to follow main layout

tags/0.9.0
Alej vor 5 Jahren
Ursprung
Commit
435ed8f1a0
1 geänderte Dateien mit 13 neuen und 7 gelöschten Zeilen
  1. 13
    7
      vue-theme/src/components/footer.vue

+ 13
- 7
vue-theme/src/components/footer.vue Datei anzeigen

99
 @import '../sss/variables.sss'
99
 @import '../sss/variables.sss'
100
 
100
 
101
 .footer-wrapper
101
 .footer-wrapper
102
-    > footer
103
-        width: $max-width
102
+    background-color: green
103
+    width: 100%
104
+    footer
104
         background-color: $cia_red
105
         background-color: $cia_red
105
-        padding: 2em 2em 3em // top leftright bottom 
106
+        max-width: $max-width
107
+        width: 90%
108
+        padding: $ms 0
109
+        align-items: flex-start
106
 
110
 
107
         // ALL <ul> tags
111
         // ALL <ul> tags
108
         ul
112
         ul
113
+            background-color: grey
109
             list-style: none
114
             list-style: none
110
 
115
 
111
         // OUTER <ul> tags
116
         // OUTER <ul> tags
112
         > ul
117
         > ul
113
-            padding: 0 0 1em 
114
-            &.f-row
115
-                align-items: start
118
+            padding: 0 0 1em
119
+            background-color: lightgrey 
120
+            /* &.f-row
121
+                align-items: start */
116
             > li
122
             > li
117
                 padding: 0 0.5em 0 0
123
                 padding: 0 0.5em 0 0
118
                 h5
124
                 h5
121
                     color: $cia_white
127
                     color: $cia_white
122
 
128
 
123
     .sub-footer
129
     .sub-footer
124
-        width: $max-width
130
+        width: 100%
125
         background-color: $cia_black
131
         background-color: $cia_black
126
         padding: 0.5em
132
         padding: 0.5em
127
         text-align: center
133
         text-align: center

Laden…
Abbrechen
Speichern