Преглед изворни кода

wp-editor styling - ol and separator display

tags/0.9.0
Alej пре 4 година
родитељ
комит
7609baa177
1 измењених фајлова са 21 додато и 0 уклоњено
  1. 21
    0
      vue-theme/editor-style.css

+ 21
- 0
vue-theme/editor-style.css Прегледај датотеку

@@ -60,4 +60,25 @@ ul{
60 60
 /* margin to indent marker */
61 61
 li {
62 62
     margin: 0 0 0.57870em 2.0736em !important;
63
+}
64
+
65
+/* ordered list alignment */
66
+ol {
67
+    padding: inherit;
68
+}
69
+
70
+/* separator types */
71
+hr .wp-block-separator, .is-style-default {
72
+    height: 1px;
73
+    width: 15vw;
74
+}
75
+
76
+hr .wp-block-separator, .is-style-wide {
77
+    height: 3px;
78
+    width: 50vw;
79
+}
80
+
81
+hr .wp-block-separator, .is-style-dots:before {
82
+    letter-spacing: 4em;
83
+    padding-left: 4em;
63 84
 }

Loading…
Откажи
Сачувај