feat/fix/chore: refactor project structure + add favicon

- Changement de structure de fichier
- Ajout des favicons des sites
- Suppression et mise à jour de dépendances
- Ajout React-Icons pour gérer les icons
- Amélioration du l'UI
This commit is contained in:
Sonny
2023-04-20 18:18:03 +02:00
parent f68bb22a01
commit 45f5455f94
47 changed files with 1274 additions and 1350 deletions

View File

@@ -83,7 +83,7 @@ li {
}
}
button {
button:not(.reset) {
cursor: pointer;
width: 100%;
color: #fff;
@@ -172,6 +172,14 @@ select:not(.nostyle) {
}
}
.reset {
background-color: inherit;
color: inherit;
padding: 0;
margin: 0;
border: 0;
}
@media (max-width: 1280px) {
.App {
width: 100%;