setting up inventory dashboard
This commit is contained in:
@@ -418,22 +418,24 @@ $tiers: (
|
||||
}
|
||||
|
||||
.inventory-button {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
margin-bottom: -2rem;
|
||||
margin-right: -0.25rem;
|
||||
border-radius: 0.33rem;
|
||||
margin-bottom: -2.25rem;
|
||||
margin-right: -0.5rem;
|
||||
z-index: 2;
|
||||
background-color: hsl(262, 47%, 55%);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.inventory-label {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
font-size: 1rem;
|
||||
font-weight: 700;
|
||||
.inventory-button:hover {
|
||||
background-color: hsl(262, 39%, 40%);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#inventoryForm .btn-check:checked + .nav-link {
|
||||
outline: 2px solid rgba(0, 0, 0, 0.4);
|
||||
outline-offset: -2px;
|
||||
}
|
||||
#inventoryForm .nav-link { cursor: pointer; }
|
||||
|
||||
.fs-7 {
|
||||
font-size: 0.9rem !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user