Przeglądaj źródła

adjust styling - set colours to cia theme

tags/0.9.0
Alej 4 lat temu
rodzic
commit
44ba5cdcf8

+ 1
- 1
vue-theme/src/components/hero.vue Wyświetl plik

@@ -78,7 +78,7 @@ export default {
78 78
 
79 79
 <style lang="postcss">
80 80
 .hero
81
-    background-color: rebeccapurple
81
+    /* background-color: rebeccapurple */
82 82
     min-height: 35%
83 83
     width: 100%
84 84
     &--image

+ 6
- 0
vue-theme/src/pages/list.vue Wyświetl plik

@@ -143,6 +143,7 @@ export default {
143 143
 @import '../sss/variables.sss'
144 144
 @import '../sss/theme.sss'
145 145
 .page--list
146
+    /* background-color: white */
146 147
     article
147 148
         > header
148 149
             padding: 1em 0 1em 0
@@ -161,8 +162,13 @@ export default {
161 162
             flex-direction: row
162 163
             flex-wrap: wrap
163 164
             justify-content: space-between
165
+            /* extra padding required? */
166
+            /* padding: $ms-0 */
167
+            /* background-color: white */
164 168
             section
165 169
                 width: 32.5%
170
+                /* 4 column grid */
171
+                /* width: 24% */
166 172
             ul
167 173
                 flex-wrap: wrap
168 174
                 list-style: none

Ładowanie…
Anuluj
Zapisz