summaryrefslogtreecommitdiff
path: root/web/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/style.css')
-rw-r--r--web/style.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/web/style.css b/web/style.css
index 67e4962..9659ff5 100644
--- a/web/style.css
+++ b/web/style.css
@@ -290,6 +290,23 @@ main {
cursor: not-allowed;
}
+.btn-resume {
+ font-size: 0.8rem;
+ font-weight: 600;
+ padding: 0.35em 0.85em;
+ border-radius: 0.375rem;
+ border: none;
+ cursor: pointer;
+ background: var(--text-muted);
+ color: #0f172a;
+ transition: opacity 0.15s;
+}
+
+.btn-resume:disabled {
+ opacity: 0.5;
+ cursor: not-allowed;
+}
+
.btn-accept {
font-size: 0.8rem;
font-weight: 600;