Browse Source

Videomaker: Increase tags border radius (#5043)

Closes #5041
Daniel Dudzic 3 years ago
parent
commit
0bbe3726bb
2 changed files with 2 additions and 2 deletions
  1. 1 1
      videomaker/assets/theme.css
  2. 1 1
      videomaker/sass/blocks/_post-terms.scss

+ 1 - 1
videomaker/assets/theme.css

@@ -152,7 +152,7 @@ footer > .wp-block-group .footer-credit {
 
 
 .post-tags-container .taxonomy-post_tag.wp-block-post-terms a {
 .post-tags-container .taxonomy-post_tag.wp-block-post-terms a {
 	background: var(--wp--custom--color--tertiary);
 	background: var(--wp--custom--color--tertiary);
-	border-radius: 20px;
+	border-radius: 100px;
 	font-weight: 600;
 	font-weight: 600;
 	padding: 10px 20px;
 	padding: 10px 20px;
 }
 }

+ 1 - 1
videomaker/sass/blocks/_post-terms.scss

@@ -6,7 +6,7 @@
 
 
 		a {
 		a {
 			background: var(--wp--custom--color--tertiary);
 			background: var(--wp--custom--color--tertiary);
-			border-radius: 20px;
+			border-radius: 100px;
 			font-weight: 600;
 			font-weight: 600;
 			padding: 10px 20px;
 			padding: 10px 20px;
 		}
 		}