Skip to content

Commit

Permalink
Merge pull request #105 from WildCodeSchool-2023-09/ultimfix
Browse files Browse the repository at this point in the history
ultime fix css
  • Loading branch information
Paul-DELESQUES authored Feb 8, 2024
2 parents 78a31d7 + 9a90b56 commit 1a9b717
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions frontend/src/components/parents/Folders.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function Folders() {
Dossier <br /> Enfants
</p>{" "}
<span>
70% <br /> complété{" "}
10% <br /> complété{" "}
</span>
</div>
</Link>
Expand All @@ -68,7 +68,7 @@ function Folders() {
Dossier <br /> Parents
</p>{" "}
<span>
50% <br /> complété{" "}
20% <br /> complété{" "}
</span>
</div>
</Link>
Expand All @@ -78,7 +78,7 @@ function Folders() {
Dossier <br /> d'inscription
</p>{" "}
<span>
40% <br /> complété{" "}
10% <br /> complété{" "}
</span>
</div>
</Link>
Expand Down
12 changes: 6 additions & 6 deletions frontend/src/styles/folders.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,22 +73,22 @@
.children {
background: linear-gradient(
90deg,
rgba(0, 212, 255, 0.85) 70%,
rgba(0, 212, 255, 0.2665441176470589) 70%
rgba(0, 212, 255, 0.85) 10%,
rgba(0, 212, 255, 0.2665441176470589) 10%
);
}
.parents {
background: linear-gradient(
90deg,
rgba(66, 236, 163, 0.85) 50%,
rgba(66, 236, 163, 0.2413340336134454) 50%
rgba(66, 236, 163, 0.85) 20%,
rgba(66, 236, 163, 0.2413340336134454) 20%
);
}
.inscription {
background: linear-gradient(
90deg,
rgba(244, 120, 127, 0.85) 40%,
rgba(244, 120, 127, 0.2413340336134454) 40%
rgba(244, 120, 127, 0.85) 10%,
rgba(244, 120, 127, 0.2413340336134454) 10%
);
}
}

0 comments on commit 1a9b717

Please sign in to comment.