浏览代码

import buttons from blockbase not BCB

Ben Dwyer 4 年之前
父节点
当前提交
e89ecd2792
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      quadrat/sass/blocks/_post-comments.scss

+ 4 - 4
quadrat/sass/blocks/_post-comments.scss

@@ -1,7 +1,7 @@
-@import "../../../blank-canvas-blocks/sass/blocks/button";
+@import "../../../blockbase/sass/blocks/button";
 
 .wp-block-post-comments {
-	
+
 	font-size: var(--wp--preset--font-size--normal);
 	line-height: var(--wp--custom--line-height--body);
 
@@ -96,12 +96,12 @@
 					height: 16px;
 					border: 1px solid var(--wp--custom--color--foreground);
 				}
-				&:checked + ::after { 
+				&:checked + ::after {
 					content: "\2715";
 					width: 12px;
 					height: 12px;
 					position: absolute;
-					top: 4px; 
+					top: 4px;
 					left: 3px;
 					font-size: 14px;
 				}