️ Replace hope-ui based IconHamburgerMenu with a custom one

This commit is contained in:
2023-04-22 17:06:02 +02:00
parent da2fb1f41c
commit 8fafdb3dde
2 changed files with 25 additions and 22 deletions

View File

@@ -21,18 +21,24 @@
}
.menu {
aspect-ratio: 0.75;
height: $header-element-height;
aspect-ratio: 1;
margin-right: calc(30/1920*100%);
margin-left: auto;
border: $component-border;
border-radius: $component-border-radius;
button {
height: 100%;
aspect-ratio: 1;
background-color: var(--idfm-black);
border: $component-border;
border-radius: $component-border-radius;
border: 0;
color: var(--idfm-white);
background-color: transparent;
.iconHamburgerMenu {
width: 75%;
}
}
}