use standard block.json method with ACF blocks

This commit is contained in:
2025-12-15 18:10:06 +00:00
parent d47b3fdb07
commit f0d8cb2065
22 changed files with 752 additions and 403 deletions

View File

@@ -13,13 +13,13 @@ button {
button,
input[type="submit"] {
&.button {
&.btn {
appearance: none;
}
}
%button,
.button {
.btn {
display: inline-block;
padding: 0.5em 1.25em;
border: 0.125em solid colours.$black;
@@ -102,10 +102,10 @@ input[type="submit"] {
&.bigger { font-size: 1.5em; }
}
.button-wrap {
.btn-wrap {
margin: 1.5em -0.25em -0.25em;
.button {
.btn {
margin: 0.25em;
}
}

View File

@@ -2,10 +2,6 @@
@use "../global/variables/breakpoints";
@use "../global/variables/colours";
textarea {
min-height: 10.375em;
}
input,
textarea {
color: colours.$grey;