refactor: 💡 dashboard

set in a new dashboard component, the data of the simulation
This commit is contained in:
Julien Calixte
2023-07-28 13:59:14 +02:00
parent 7cd8efa84e
commit 1c86bc8247
6 changed files with 67 additions and 33 deletions

View File

@@ -33,7 +33,7 @@ ul {
margin-top: 1rem;
border: 3px solid var(--primary-color);
color: var(--primary-color);
background-color: white;
background-color: var(--color);
min-height: var(--feature-item-height);
display: flex;
flex-direction: column;
@@ -48,7 +48,7 @@ ul {
.blue-bin {
background-color: var(--primary-color);
color: white;
color: var(--color);
font-size: 18pt;
}