From 4d7f8450d9a842e2f69754ccaa4202710328dcb7 Mon Sep 17 00:00:00 2001 From: winter Date: Tue, 14 Jan 2025 20:44:49 +0000 Subject: add (un)follow button to profile also other stuff i forgot what exactly --- static/misc.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'static/misc.css') diff --git a/static/misc.css b/static/misc.css index 20d8da2..2da35b6 100644 --- a/static/misc.css +++ b/static/misc.css @@ -13,6 +13,29 @@ } } +button.primary, +button.secondary { + font-family: inherit; + font-size: inherit; + border-radius: 8px; + border: none; + padding: 8px 16px; + box-sizing: border-box; + cursor: pointer; + &:disabled { + opacity: 80%; + cursor: default; + } + &.primary { + background: #3b005e; + color: #fff; + } + &.secondary { + background: #dfd4e7; + color: #202; + } +} + button.icon { border: none; background: none; -- cgit v1.3