Ver Fonte

Rockfield: Center editor post title

Thomas Guillot há 5 anos atrás
pai
commit
68e345b250

+ 4 - 0
rockfield/sass/style-child-theme-editor.scss

@@ -35,6 +35,10 @@
 /**
  * Extras
  */
+ .editor-post-title__input {
+ 	text-align: center;
+ }
+ 
 .wp-block-pullquote {
 	border-bottom-width: 1px;
 }

+ 4 - 0
rockfield/style-editor.css

@@ -865,6 +865,10 @@ table th,
 /**
  * Extras
  */
+.editor-post-title__input {
+	text-align: center;
+}
+
 .wp-block-pullquote {
 	border-bottom-width: 1px;
 }