[frontend/components] Improve menu styling
This commit is contained in:
parent
ba784683d4
commit
ae62ead358
2 changed files with 1 additions and 5 deletions
|
@ -16,6 +16,7 @@
|
||||||
::deep .rule {
|
::deep .rule {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
color: var(--highlight-color);
|
color: var(--highlight-color);
|
||||||
|
border-width: 0.05rem;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
cursor: auto;
|
cursor: auto;
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,11 +19,6 @@
|
||||||
color: var(--danger-color);
|
color: var(--danger-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-element.danger:hover {
|
|
||||||
background-color: var(--danger-color);
|
|
||||||
color: var(--foreground-color);
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 1000px) {
|
@media (max-width: 1000px) {
|
||||||
.menu-element + .menu-element {
|
.menu-element + .menu-element {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
|
|
Loading…
Add table
Reference in a new issue