aboutsummaryrefslogtreecommitdiffstats
path: root/css/style.css
diff options
context:
space:
mode:
authoradam <adam@>2021-01-29 02:16:01 +0200
committeradam <adam@>2021-01-29 02:16:01 +0200
commit5d3d901d968db7eb3da9c038e6d823f7c75f1e10 (patch)
treefca4e9228f79895adde5b1f0686f864abbe5d045 /css/style.css
parent758afd5feefbf3a76f5c6abe8bff8c08f39dd7cc (diff)
downloadfileup-5d3d901d968db7eb3da9c038e6d823f7c75f1e10.tar.gz
some cosmetic stuff
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index e6c5e93..76eb6e8 100644
--- a/css/style.css
+++ b/css/style.css
@@ -125,6 +125,21 @@ form p {
margin: 1rem 0px 0.3rem 0px;
}
+
+.hero_form_error {
+ animation: fadein 0.2s;
+ background-color: #ff4d4d;
+ color: #ffffff;
+ padding-left: 0.5rem;
+ border-bottom-left-radius: 0.5rem;
+ border-bottom-right-radius: 0.5rem;
+ margin-top: -0.2rem;
+
+}
+@keyframes fadein {
+ from { opacity: 0; }
+ to { opacity: 1; }
+}
input {
min-width: 300px;
border: 1px solid #bbb;