Skatepark: Remove cover scss file

This commit is contained in:
Sarah Norris 2021-08-24 17:37:45 +01:00 committed by Maggie
parent c8e4f5790e
commit cac0aa8077
3 changed files with 0 additions and 8 deletions

View file

@ -139,10 +139,6 @@ p {
letter-spacing: 0.1em;
}
.wp-block-cover {
padding: clamp(2em, 15%, 8em);
}
.wp-block-post-comments .reply a {
--wp--custom--button--typography--font-size: var(--wp--preset--font-size--normal);
border-style: var(--wp--custom--button--border--style);

View file

@ -1,3 +0,0 @@
.wp-block-cover {
padding: clamp(2em, 15%, 8em);
}

View file

@ -5,7 +5,6 @@
@import "blocks/author";
@import "../../blockbase/sass/blocks/_buttons-outline-style";
@import "blocks/buttons";
@import "blocks/cover";
@import "blocks/post-comments";
@import "blocks/post-title";
@import "blocks/query";