Skip to content

Commit

Permalink
la class hidden ne doit pas être important
Browse files Browse the repository at this point in the history
Sinon ça casse la création de campagne et la selection des responsable
de suivi
  • Loading branch information
etienneCharignon committed Nov 7, 2023
1 parent 6ce4ac6 commit 64659fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/admin/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}

.hidden {
display: none !important;
display: none;
}

@mixin tronque() {
Expand Down
3 changes: 3 additions & 0 deletions app/assets/stylesheets/admin/pages/_logged_out.scss
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ body.logged_out {
}

.espace-inscription {
&.hidden {
display: none;
}
display: flex;
justify-content: space-between;
align-items: center;
Expand Down

0 comments on commit 64659fb

Please sign in to comment.