diff --git a/app/assets/stylesheets/_variables.scss b/app/assets/stylesheets/_variables.scss index be7e1c944..9ada73674 100644 --- a/app/assets/stylesheets/_variables.scss +++ b/app/assets/stylesheets/_variables.scss @@ -7,7 +7,7 @@ $autolab-light-red: #ffbec0; $autolab-subtle-gray: #eee; $autolab-highlight-gray: #ccc; $autolab-black-text: #212121; -$autolab-blue-text: #0869af; +$autolab-blue-text: #0056b3; $autolab-green: #3a862d; $autolab-light-green: #ebffd2; $autolab-white: #fff; diff --git a/app/views/devise/sessions/new.html.erb b/app/views/devise/sessions/new.html.erb index 408fca683..c238e934e 100755 --- a/app/views/devise/sessions/new.html.erb +++ b/app/views/devise/sessions/new.html.erb @@ -1,4 +1,4 @@ -
+

<%= form_for(resource, as: resource_name, url: session_path(resource_name)) do |f| %> @@ -6,8 +6,14 @@
Login to Autolab
-
<%= f.email_field :email, autofocus: true, placeholder: "Email Address" %>
-
<%= f.password_field :password, placeholder: "Password" %>
+
+ <%= f.label :email, "Email Address" %> + <%= f.email_field :email, autofocus: true, placeholder: "Email Address" %> +
+
+ <%= f.label :password, "Password" %> + <%= f.password_field :password, placeholder: "Password" %> +
<% if devise_mapping.rememberable? -%>