(blue bins) add blue bins

This commit is contained in:
Julien Calixte
2023-07-11 22:02:28 +02:00
parent 33643d35b6
commit dcdc80e24d
2 changed files with 9 additions and 3 deletions

View File

@@ -54,10 +54,16 @@ section ul {
h5 {
margin-bottom: 0;
background-color: var(--background-color);
color: var(--color);
padding: 0.35rem;
}
.blue-bucket {
.blue-bin {
margin-top: 1rem;
border: 3px solid var(--background-color);
height: 60px;
display: flex;
justify-content: center;
align-items: center;
}