From 5d088aa25f69afdb9ba208def8c23b4f45bbe0b8 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 28 Apr 2024 14:16:08 +0200 Subject: use sass + fix code hightlight --- _sass/button.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 _sass/button.css (limited to '_sass/button.css') diff --git a/_sass/button.css b/_sass/button.css new file mode 100644 index 0000000..9efe41f --- /dev/null +++ b/_sass/button.css @@ -0,0 +1,22 @@ +.button { + padding: 12px; + min-width: 200px; + text-align: center; + width: min-content; + + display: block !important; + margin: 0 auto var(--page-margins) auto; + + font-size: 1rem; + font-family: "Inter", sans-serif; + font-weight: 600; + + border-radius: 8px; + border: 0; + + cursor: pointer; +} + +a.button { min-width: calc(200px - 2 * 12px); } +a.button::after { display: none; } + -- cgit v1.2.3