Change meni lvl-1 action

This commit is contained in:
Roman Pyrih
2025-10-24 09:55:19 +02:00
parent c9ab0d3734
commit 46e045229e
6 changed files with 49 additions and 20 deletions

View File

@@ -133,12 +133,24 @@ header#header {
height: 54px;
align-content: center;
&:hover {
&.active {
> .submenu {
opacity: 1;
visibility: visible;
}
> a {
i {
transform: scale(-1);
}
}
}
// &:hover {
// > .submenu {
// opacity: 1;
// visibility: visible;
// }
// }
> a {
display: flex;
flex-direction: row;