Adjust the design of invoice status menu to the one made by Oriol

This commit is contained in:
jordi fita mas 2023-03-08 10:49:03 +01:00
parent fab9e2c278
commit 3dd0b0136e
1 changed files with 7 additions and 2 deletions

View File

@ -543,9 +543,14 @@ main > nav {
.invoice-status ul {
position: absolute;
top: 1.5em;
left: 0;
top: 0;
left: 100%;
z-index: 20;
padding: 2rem;
background: var(--numerus--color--white);
display: flex;
flex-direction: column;
gap: 1rem;
}
.invoice-status button {