Skip to content

Commit

Permalink
changes in navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
RoshDumbb committed Feb 26, 2022
1 parent 8dbd346 commit 24514ef
Show file tree
Hide file tree
Showing 4 changed files with 268 additions and 128 deletions.
121 changes: 121 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"@material-ui/icons": "^4.11.2",
"@mui/icons-material": "^5.4.2",
"@mui/material": "^5.4.3",
"@reduxjs/toolkit": "^1.7.2",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
Expand Down
18 changes: 18 additions & 0 deletions src/components/CSS/Navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
.qlogo > img {
height: 30px;
margin-right: 20px;

}
.qicons {
display: flex;
Expand Down Expand Up @@ -86,3 +87,20 @@
.q_icon > svg:hover{
stroke: #8f1f1b !important;
}
.flo{
display: none;
border: 1px solid lightgray;
height: 30px;
width:90px;
border-radius: 40px;
background-color: white;
color: black;
text-align: center;
margin-bottom: 5px;
}
.q_icon:hover+.flo{
display: block;
/* opacity:1;
pointer-events: auto; */
}

Loading

0 comments on commit 24514ef

Please sign in to comment.