Updated styles for the Google Auth button (GRN-31) (#296)

* Greenlight landing page layout adjustments, general cleanup and responsive styles

* Text update Signup to Sign up

* Updated Google Sign in and Sign up styles

* no changes were made to sample env but needed to commit it

* minor padding update on the Google icon

* deleted Google Auth secrets from the sameple.env

* updated the if condition in new.html.erb

* <changed logic of button display>

* Update _login_modal.html.erb
This commit is contained in:
Tyler Copeland
2018-10-12 15:33:19 -04:00
committed by Jesus Federico
parent a2ffd74042
commit cf2fac019e
5 changed files with 70 additions and 6 deletions

View File

@ -28,6 +28,8 @@
window.GreenLight.RELATIVE_ROOT = "<%= relative_root %>"
</script>
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500" rel="stylesheet">
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
<%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %>
</head>