Переглянути джерело

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
 /* margin to indent marker */
60
 /* margin to indent marker */
61
 li {
61
 li {
62
     margin: 0 0 0.57870em 2.0736em !important;
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
 }

Завантаження…
Відмінити
Зберегти