Adjust the design of invoice status menu to the one made by Oriol
This commit is contained in:
parent
fab9e2c278
commit
3dd0b0136e
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue