Skip to content

Commit

Permalink
Unified styles between the two navbars
Browse files Browse the repository at this point in the history
  • Loading branch information
devabhishekpal committed Aug 17, 2024
1 parent 23c6528 commit 3b19e13
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
font-size: 20px;
font-weight: 500;
padding: 10px;
background-color: #002040;
background-color: #142329;
.logo-text {
margin-left: 10px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,21 @@
}
}

.ant-layout-sider-collapsed {
.logo-v2 {
padding: 10px;

.logo-text-v2 {
display: none;
}
}
.ant-layout-sider-trigger {
background: #142329 !important;
text-align: center !important;
padding-left: 20px !important;
}
}

.ant-layout-sider {
background: #142329 !important;

Expand All @@ -46,5 +61,5 @@
background: #142329 !important;
text-align: unset !important;
padding-left: 25px;
}
}
}

0 comments on commit 3b19e13

Please sign in to comment.