Explorar el Código

fixed header display for responsive stickies card

tags/1.0.2
Alej hace 3 años
padre
commit
5fcaecbe12
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9
    0
      vue-theme/src/pages/index.vue

+ 9
- 0
vue-theme/src/pages/index.vue Ver fichero

@@ -146,6 +146,15 @@ export default {
146 146
                         auto
147 147
                     grid-template-rows: 
148 148
                         auto
149
+            &.stickies
150
+                ul
151
+                    &.flipped
152
+                        li
153
+                            &:nth-of-type(4)
154
+                                header
155
+                                    padding: 0 
156
+                                    a
157
+                                        display: block
149 158
                 
150 159
 /* min-width 768px */
151 160
 @media (min-width: $medium)

Loading…
Cancelar
Guardar