aboutsummaryrefslogtreecommitdiff
path: root/css/button.css
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-04-28 14:16:08 +0200
committerlonkaars <loek@pipeframe.xyz>2024-04-28 14:16:08 +0200
commit5d088aa25f69afdb9ba208def8c23b4f45bbe0b8 (patch)
treed13f3eb2e7cf7bb63664d43b9c79135808e912a7 /css/button.css
parentbc5b85043974e4af9c90962c2acde36b0e7de02a (diff)
use sass + fix code hightlight
Diffstat (limited to 'css/button.css')
-rw-r--r--css/button.css22
1 files changed, 0 insertions, 22 deletions
diff --git a/css/button.css b/css/button.css
deleted file mode 100644
index 9efe41f..0000000
--- a/css/button.css
+++ /dev/null
@@ -1,22 +0,0 @@
-.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; }
-