[password-resets/feat/passwords-account: 3/10] feat(style): updated static styles




commit e7eed9e894c1d985e3d2bc28539eebdbd935fc9f
Author: Claudio Wunder <cwunder gnome org>
Date:   Sun Nov 22 16:53:38 2020 +0100

    feat(style): updated static styles

 static/css/custom.css | 33 +++++++++++++++++++++++----------
 1 file changed, 23 insertions(+), 10 deletions(-)
---
diff --git a/static/css/custom.css b/static/css/custom.css
index 1476029..0500b91 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -1,24 +1,37 @@
-label
-{
+label {
     width: 100px;
 }
 
-.alert
-{
+.alert {
     display: none;
 }
 
-.requirements
-{
+.requirements {
     list-style-type: none;
 }
 
-.wrong .fa-check
-{
+.wrong .fa-check {
     display: none;
 }
 
-.good .fa-times
-{
+.good .fa-times {
     display: none;
+}
+
+h1 {
+    color: #4a86cf;
+    font-weight: 400;
+    font-size: 44pt;
+}
+
+form {
+    margin-top: 20px;
+}
+
+input[type="text"], input[type="password"] {
+    border-radius: 6px !important;
+}
+
+button[type="submit"] {
+    margin-top: 1%;
 }
\ No newline at end of file


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]