Ver código fonte

styling edit - image figcaption, crop images

tags/1.0.2
Alej 3 anos atrás
pai
commit
ba238a2701
2 arquivos alterados com 9 adições e 0 exclusões
  1. 5
    0
      vue-theme/editor-style.css
  2. 4
    0
      vue-theme/src/pages/single.vue

+ 5
- 0
vue-theme/editor-style.css Ver arquivo

125
     position: inherit !important;
125
     position: inherit !important;
126
     background: none !important;
126
     background: none !important;
127
     color: black !important;
127
     color: black !important;
128
+    max-height: 5% !important;
129
+    overflow: visible !important;
130
+    padding: 0 !important;
131
+    margin-bottom: 0.75em !important;
132
+
128
 }
133
 }
129
 
134
 

+ 4
- 0
vue-theme/src/pages/single.vue Ver arquivo

280
                     position: inherit
280
                     position: inherit
281
                     background: none
281
                     background: none
282
                     color: $cia_black
282
                     color: $cia_black
283
+                    max-height: 5%
284
+                    overflow: visible 
285
+                    padding: 0 
286
+                    margin-bottom: $ms-0
283
 
287
 
284
         /* iframe container 16:9 */
288
         /* iframe container 16:9 */
285
         [class^="iframe-container"]
289
         [class^="iframe-container"]

Carregando…
Cancelar
Salvar