Skip to content

Commit

Permalink
Style changes to hamburger menu
Browse files Browse the repository at this point in the history
  • Loading branch information
arjxn-py committed Oct 28, 2023
1 parent cc5cab5 commit bdb2f67
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions src/components/Header/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,23 @@
gap: 1vw;
background-color: rgba(0, 0, 0, 0);
transition-duration: 0.2s;
margin-top: 5px;
}
.lines-rotated-left-m {
height: 1.2vw;
width: 8vw;
height: 1vw;
width: 6vw;
position: absolute;
transform: rotate(50deg);
background-image: linear-gradient(to right, purple, pink);
background: var(--gradient-text);
border-radius: 20%;
}
.lines-rotated-right-m {
height: 1.2vw;
width: 8vw;
height: 1vw;
width: 6vw;
position: absolute;
transform: rotate(-50deg);
background-image: linear-gradient(to right, purple, pink);
background: var(--gradient-text);
border-radius: 20%;
}
.hamburger-m:active {
opacity: 0.6;
Expand All @@ -43,10 +46,11 @@
opacity: 0.6;
}
.hamburger-lines-m {
height: 2vw;
width: 8vw;
height: 1vw;
width: 6vw;
border-radius: 20%;

background-image: linear-gradient(to right, purple, pink);
background: var(--gradient-text);
}
.curio__header-m {
font-family: Manrope;
Expand Down Expand Up @@ -78,9 +82,6 @@
.hamburger-menu-context:active {
opacity: 0.2;
}
/* .hamburger-menu-context:hover {
opacity: 1;
} */
.hamburger-menu-context svg {
font-size: 30px;
color: #dfdfdf;
Expand Down

0 comments on commit bdb2f67

Please sign in to comment.