improve admin ux

This commit is contained in:
Simon Vieille 2020-09-04 15:32:30 +02:00
commit 6dff33f9d7
Signed by: deblan
GPG key ID: 03383D15A1D31745
8 changed files with 1007 additions and 28 deletions

View file

@ -41,4 +41,13 @@
border-radius: 3px;
}
.side-menu-display {
padding: 10px;
border: 2px solid transparent;
max-width: 100%;
cursor: pointer;
}
.side-menu-display.is-active {
border: 2px solid #91cb7f;
}