[frontend/components] Improve menu styling
This commit is contained in:
parent
100908c1ee
commit
586db6ff99
2 changed files with 8 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
|
cursor: auto;
|
||||||
}
|
}
|
||||||
.darken {
|
.darken {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
|
|
|
@ -13,6 +13,13 @@
|
||||||
z-index: +2;
|
z-index: +2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::deep .rule {
|
||||||
|
width: 90%;
|
||||||
|
color: var(--highlight-color);
|
||||||
|
border-style: solid;
|
||||||
|
cursor: auto;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 1000px) {
|
@media (max-width: 1000px) {
|
||||||
.menu {
|
.menu {
|
||||||
top: unset;
|
top: unset;
|
||||||
|
|
Loading…
Add table
Reference in a new issue