adding new icons and new style of header
This commit is contained in:
@@ -109,6 +109,8 @@
|
||||
color: #545454;
|
||||
font-size: 1.4rem;
|
||||
padding: 1rem;
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.subMenu:hover>span,
|
||||
@@ -116,6 +118,17 @@
|
||||
color: black;
|
||||
}
|
||||
|
||||
.subMenu.active span {
|
||||
color: black;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
.subMenu.active {
|
||||
border-radius: 8px;
|
||||
background-color: #f3f4f6;
|
||||
}
|
||||
|
||||
.containerLinks {
|
||||
padding: 0 !important;
|
||||
border-radius: 0 0 4px 4px;
|
||||
@@ -150,7 +163,7 @@ tbody {
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1000px) {
|
||||
@media (max-width: 1100px) {
|
||||
.menuToggle {
|
||||
display: flex;
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user