Selaa lähdekoodia

Merge branch 'master' of ssh://gitea.yvvas.com:4022/craft-in-america/vue-wp

tags/0.9.0
J 4 vuotta sitten
vanhempi
commit
1a9c348653
1 muutettua tiedostoa jossa 32 lisäystä ja 4 poistoa
  1. 32
    4
      vue-theme/editor-style.css

+ 32
- 4
vue-theme/editor-style.css Näytä tiedosto

1
+/* space above title */
2
+.edit-post-visual-editor__post-title-wrapper {
3
+    margin-top: 1em;
4
+}
5
+
6
+/* Editor Main column width */
7
+.wp-block {
8
+    max-width: 805px;
9
+    /* padding: 0 !important; */
10
+    margin: 0 auto 0.5em auto;
11
+}
12
+
13
+/* Editor column width lists */
14
+.wp-block-post-template.is-flex-container li, .wp-block-query-loop.is-flex-container li {
15
+    margin: 0 !important;
16
+}
17
+
18
+/* Editor Width of "wide" blocks */
19
+.wp-block[data-align='wide'] {
20
+    max-width: 1080px;
21
+}
22
+ 
23
+/* Editor Width of "full-wide" blocks */
24
+.wp-block[data-align='full'] {
25
+    max-width: none;
26
+}
27
+
1
 body {
28
 body {
2
     font-family: Questrial, sans-serif;
29
     font-family: Questrial, sans-serif;
3
     color: #0d0d0d;
30
     color: #0d0d0d;
6
 p{
33
 p{
7
     line-height: 1.4;
34
     line-height: 1.4;
8
     margin-top: 0;
35
     margin-top: 0;
9
-    margin-bottom: 1em;
36
+    margin-bottom: 1em !important;
10
 }
37
 }
11
 a {
38
 a {
12
-    color: $cia_grey;
13
-    /* text-decoration: none,  leave for now to show links underlined */
39
+    color: #a10000;
40
+    /* leave underline to show links when editing */
41
+    /* text-decoration: none; */
14
 }
42
 }
15
 a &:hover {
43
 a &:hover {
16
     cursor: pointer;
44
     cursor: pointer;
17
-    color: $cia_black;
45
+    color: black;
18
 }
46
 }
19
 /* common */
47
 /* common */
20
 /* h1, h2, h3, h4, h5, h6 { 
48
 /* h1, h2, h3, h4, h5, h6 { 

Loading…
Peruuta
Tallenna