feat(WEB-128): desktop and mobile initial wireframe implemented
This commit is contained in:
16
components/MyPages/Header/Hamburger/hamburger.module.css
Normal file
16
components/MyPages/Header/Hamburger/hamburger.module.css
Normal file
@@ -0,0 +1,16 @@
|
||||
.hamburger {
|
||||
background: none;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.5rem;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.line {
|
||||
background-color: var(--some-black-color, #1c1b1f);
|
||||
border-radius: 0.8rem;
|
||||
height: 0.2rem;
|
||||
width: 2.5rem;
|
||||
}
|
||||
Reference in New Issue
Block a user