Version 1.0.0 - Ajout du design et début search bar

This commit is contained in:
2025-08-07 15:58:18 +02:00
parent 7b25fcfa5c
commit b5dc2a9e37
15 changed files with 333 additions and 23 deletions

View File

@@ -24,7 +24,7 @@
--primary: #FFFFFF;
--primary-hover: #292b26;
--secondary: #EAEAEA;
--tertiary: #cacaca;
--tertiary: #d3d3d3;
--text: #111210;
--text-inverse: #FFFFFF;
--text-secondary: #404040;
@@ -60,6 +60,11 @@ html, body {
}
#app {
height: 100%;
display: flex;
}
.no-decoration {
text-decoration: none !important;
}