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

wip

parent c768eceb
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,8 @@
padding-bottom: 30px
background-color: $color-background-alt
margin-bottom: 30px
@media (min-height: 800px)
padding-top: 250px
main
min-height: 70vh
......@@ -132,7 +134,7 @@ a
border-color: $color-border
.commands
background: $color-background-alt
background: $color-commands
position: sticky
bottom: 0
left: 0
......
......@@ -6,6 +6,8 @@ $color-border: rgba(0, 0, 0, 0.1)
$color-background-alt: #F2F2F2
$color-background: #FFFFFF
$color-commands: #222222
$color-valid: #BEDABE
// Spacing
......
......@@ -9,13 +9,13 @@
Osuny a un nouveau thème pour l'administration, "Pure". <br>
Voulez-vous l'essayer ?
</p>
<%= link_to 'Changer de thème', admin_set_theme_path(theme: 'pure'), method: :put, class: button_classes %>
<%= link_to 'Changer de thème', admin_set_theme_path(theme: 'pure'), method: :put %>
<% else %>
<p>
Vous utilisez le thème "Pure" pour l'administration. <br>
Voulez-vous revenir au thème "Appstack" ?
</p>
<%= link_to 'Changer de thème', admin_set_theme_path(theme: 'appstack'), method: :put, class: button_classes %>
<%= link_to 'Changer de thème', admin_set_theme_path(theme: 'appstack'), method: :put %>
<% end %>
<div class="text-end">
<% if current_university.logo.attached? %>
......
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