⚡️ Replace hope-ui based IconHamburgerMenu with a custom one
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user