소스 검색

Varia: Revert last commit

Takashi Irie 5 년 전
부모
커밋
36256e8eda
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      varia/sass/blocks/blog-posts/_editor.scss
  2. 1 0
      varia/style-editor.css

+ 1 - 0
varia/sass/blocks/blog-posts/_editor.scss

@@ -157,6 +157,7 @@
 	// Extend button style
 	@extend %button-style;
 	display: inline-block;
+	font-size: (strip-unit(map-deep-get($config-global, "font", "size", "md")) + 0em);
 
 	&:hover {
 		cursor: default;

+ 1 - 0
varia/style-editor.css

@@ -511,6 +511,7 @@ object {
  */
 .wp-block-a8c-blog-posts + .button {
 	display: inline-block;
+	font-size: 1.2em;
 }
 
 .wp-block-a8c-blog-posts + .button:hover {