Kaynağa Gözat

hide header on Center card

tags/1.0.2
Alej 3 yıl önce
ebeveyn
işleme
75b4ce0fc5
1 değiştirilmiş dosya ile 10 ekleme ve 0 silme
  1. 10
    0
      vue-theme/src/pages/index.vue

+ 10
- 0
vue-theme/src/pages/index.vue Dosyayı Görüntüle

131
                         max-height: $max-card-img-height
131
                         max-height: $max-card-img-height
132
                     p.excerpt
132
                     p.excerpt
133
                         -webkit-line-clamp: $card-line-clamp
133
                         -webkit-line-clamp: $card-line-clamp
134
+                &.flipped
135
+                    li 
136
+                        &:nth-of-type(4)
137
+                            /* p.excerpt, p.read-more
138
+                                display: none */
139
+                            header
140
+                                padding: 0.57em 0 
141
+                                a
142
+                                    display: none
134
             &.max 
143
             &.max 
135
                 > ul
144
                 > ul
136
                     grid-template-columns: 
145
                     grid-template-columns: 
137
                         auto
146
                         auto
138
                     grid-template-rows: 
147
                     grid-template-rows: 
139
                         auto
148
                         auto
149
+                
140
 /* min-width 768px */
150
 /* min-width 768px */
141
 @media (min-width: $medium)
151
 @media (min-width: $medium)
142
     .page--index 
152
     .page--index 

Loading…
İptal
Kaydet