✨ (blue bins) add blue bins
This commit is contained in:
@@ -54,10 +54,16 @@ section ul {
|
|||||||
|
|
||||||
h5 {
|
h5 {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
background-color: var(--background-color);
|
||||||
|
color: var(--color);
|
||||||
|
padding: 0.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.blue-bucket {
|
.blue-bin {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
border: 3px solid var(--background-color);
|
border: 3px solid var(--background-color);
|
||||||
height: 60px;
|
height: 60px;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -62,8 +62,8 @@
|
|||||||
</section>
|
</section>
|
||||||
<section class="done">
|
<section class="done">
|
||||||
<h5>done</h5>
|
<h5>done</h5>
|
||||||
<div class="blue-bucket"></div>
|
<div class="blue-bin">Blue bucket</div>
|
||||||
<div class="blue-bucket"></div>
|
<div class="blue-bin">Blue bucket</div>
|
||||||
</section>
|
</section>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
|||||||
Reference in New Issue
Block a user