Skip to content

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed May 29, 2024
2 parents 2ce8f88 + f09042f commit 221eab7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
5 changes: 1 addition & 4 deletions src/layout/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@
}
}

.bugNotice {
background-color:#f95c5e;
color:white
}

#notice-container {
top: 0;
position: sticky;
Expand Down
5 changes: 0 additions & 5 deletions src/pages/se-connecter.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ export default function SignIn() {
<Container spacing="my-6w">
<Container fluid>
<Row justifyContent="center">
<Notice
title="L'application rencontre actuellement des problèmes techniques.
Nous travaillons activement pour résoudre le souci au plus vite. Merci pour votre patience"
className="bugNotice"
/>
<Col n="xs-12 sm-10 md-8 lg-6">
<Container fluid className="fr-background-alt" spacing="px-4w px-md-12w pb-4w pt-6w">
{ (step === 1) && (
Expand Down

0 comments on commit 221eab7

Please sign in to comment.