Skip to content
Snippets Groups Projects
Commit 64be4692 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

nice devise

parent 5edaf5c0
No related branches found
No related tags found
No related merge requests found
......@@ -11,4 +11,11 @@ footer
a
display: block
line-height: px2rem(26)
padding-bottom: 15px
text-decoration: underline
text-decoration-thickness: 1px
text-underline-offset: 3px
text-decoration-color: #00000033
transition: text-decoration 0.5s, color 0.5s
&:hover
text-decoration-color: #000000
\ No newline at end of file
......@@ -36,4 +36,4 @@ h1
text-decoration-color: adjust-color($active-color, $alpha: -0.5)
&:hover
color: darken($active-color, 10)
text-decoration-color: $active-color
\ No newline at end of file
text-decoration-color: $active-color
......@@ -2,8 +2,8 @@
background-color: $header-color
.logo
max-width: 150px
margin: 60px 0
main
margin-bottom: 200px
margin: 120px 0
footer
border-top: 1px solid $light-border-color
\ No newline at end of file
margin-top: 100px
border-top: 1px solid $light-border-color
padding-bottom: 0
\ No newline at end of file
......@@ -7,7 +7,7 @@
<main class="container">
<div class="row">
<div class="offset-md-2 col-md-8">
<h1 class="my-5 py-5 text-center">
<h1 class="text-center">
<%= link_to root_path do %>
<%= render 'logo' %>
<% end %>
......@@ -19,10 +19,16 @@
<div class="alert alert-danger mt-2" role="alert"><%= alert.html_safe %></div>
<% end %>
<%= yield %>
<footer>
<nav class="d-md-flex justify-content-between py-4">
<%= link_to t('terms_of_service'), t('terms_of_service_url'), target: '_blank', rel: 'noreferrer' %>
<%= link_to t('privacy_policy'), t('privacy_policy_url'), target: '_blank', rel: 'noreferrer' %>
<%= link_to t('cookies_policy'), t('cookies_policy_url'), target: '_blank', rel: 'noreferrer' %>
<%= link_to t('cookies_consent_choice'), '', class: 'js-gdpr__cookie_consent__display_again' %>
</footer>
</div>
</div>
</main>
<%= render 'extranet/application/footer', hide_logo: true %>
<%= render 'gdpr/cookie_consent' %>
<%= render 'bugsnag' %>
</body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment