From 7971d7ac77c83717afcceaa1f476d1eb9afd5918 Mon Sep 17 00:00:00 2001
From: Kelly Rauchenberger <fefferburbia@gmail.com>
Date: Sun, 2 Jul 2017 15:00:52 -0400
Subject: Styled password reset form

---
 app/assets/stylesheets/userdata/layout.scss | 21 ++++++++++++++++++---
 1 file changed, 18 insertions(+), 3 deletions(-)

(limited to 'app/assets')

diff --git a/app/assets/stylesheets/userdata/layout.scss b/app/assets/stylesheets/userdata/layout.scss
index 9e4906e..6b99d46 100644
--- a/app/assets/stylesheets/userdata/layout.scss
+++ b/app/assets/stylesheets/userdata/layout.scss
@@ -27,7 +27,7 @@ body {
     }
   }
 
-  input[type=text], input[type=password] {
+  input[type=text], input[type=password], input[type=email] {
     font-size: 24px;
     padding: 3px;
     width: 100%;
@@ -69,7 +69,7 @@ body {
   font-size: .75em;
 }
 
-#flash {
+#flash, #error_explanation li {
   color: black;
   background-color: white;
   padding: .75em;
@@ -80,7 +80,7 @@ body {
   box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
 }
 
-.flash-alert {
+.flash-alert, #error_explanation li {
   border-left: 5px solid red;
 }
 
@@ -91,3 +91,18 @@ body {
 .flash-tag {
   font-weight: bold;
 }
+
+#error_explanation {
+  h2 {
+    display: none;
+  }
+
+  ul {
+    margin-top: 0;
+    padding: 0;
+  }
+
+  li {
+    list-style-type: none;
+  }
+}
-- 
cgit 1.4.1