Skip to content

Commit

Permalink
removed background color of offcanvas button (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonCeci authored Oct 10, 2024
1 parent aba72ee commit 0203bf8
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions src/app/header/header.component.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.header-name-gear-icon {
margin-left: 3rem;
margin-left: 2.5rem;
font-size: 1.4rem;
display: flex;
align-items: center;
Expand All @@ -15,14 +15,6 @@
background-color: var(--dark-mode-theme);
}

.header-button-dark-mode {
background-color: var(--dark-mode-theme);
}

.header-button-dark-mode:hover {
background-color: var(--dark-mode-hover-color) !important;
}

.header-text-dark-mode {
color: var(--dark-mode-anti-theme);
}
Expand Down Expand Up @@ -54,12 +46,22 @@
height: 41px;
display: flex;
align-items: center;
background-color: var(--light-mode-color);
margin-bottom: 17.5px;
}

.side-menu-start-button:hover {
background-color: var(--light-mode-hover-theme);
}

.header-button-dark-mode {
background-color: var(--dark-mode-theme);
}

.header-button-dark-mode:hover {
background-color: var(--dark-mode-hover-color) !important;
}

.side-menu-header-dark-mode {
background-color: var(--dark-mode-theme);
color: var(--light);
Expand Down Expand Up @@ -196,7 +198,7 @@

.settings-gear-button {
cursor: pointer;
margin-right: 3rem; /*TODO: remove for auth.*/
margin-right: 2.2rem; /*TODO: remove for auth.*/
padding: 0.5rem !important;
border-radius: 0.5rem;
}
Expand Down Expand Up @@ -286,7 +288,9 @@
.penda-header-logo-corrector {
color: var(--active-dropdown-menu-dark-mode);
font-size: 15px;
padding-left: 8px;
padding-left: 8.5px;
font-style: italic;
font-weight: 500;
}

.header-corrector-text-dark-mode {
Expand Down

0 comments on commit 0203bf8

Please sign in to comment.