Move all files to acquia/

This commit is contained in:
Oliver Davies 2025-10-02 08:19:35 +01:00
parent 50753a977f
commit d6cde2407c
52 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,13 @@
.btn
@apply text-sm font-thin antialiased text-white px-4 py-3 no-underline rounded mx-1 bg-blue-300
&:hover,
&:focus
@apply bg-blue-400
.btn.is-secondary
@apply bg-gray-500
&:hover,
&:focus
@apply bg-gray-600