aboutsummaryrefslogtreecommitdiffhomepage
path: root/static/form.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/form.css')
-rw-r--r--static/form.css13
1 files changed, 0 insertions, 13 deletions
diff --git a/static/form.css b/static/form.css
index 91f755b..cb86003 100644
--- a/static/form.css
+++ b/static/form.css
@@ -31,20 +31,7 @@ form {
resize: vertical;
}
button {
- background: #3b005e;
- color: #fff;
- font-family: inherit;
- font-size: inherit;
- border-radius: 8px;
- border: none;
width: 100%;
- padding: 8px;
- box-sizing: border-box;
- cursor: pointer;
- &:disabled {
- opacity: 80%;
- cursor: default;
- }
}
.error {
background: #f004;