Skip to content

Commit

Permalink
CORE-5093: fix style overwrite (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekachxaidze98 authored Jan 31, 2025
1 parent 13a0847 commit 190f743
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/modules/header/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@
font-size: .875rem;
font-weight: 400;
color: hsl(var(--component-color) / var(--component-disabled));
text-align: start;
letter-spacing: .01em;
}

Expand Down Expand Up @@ -412,6 +411,7 @@
font-weight: 500;
line-height: 1;
color: var(--primary);
text-align: start;

&::after {
position: absolute;
Expand All @@ -437,10 +437,11 @@
}
}

/* stylelint-disable declaration-no-important */
.member-menu-item {
display: flex;
display: flex !important;
flex-direction: column;
align-items: center;
align-items: flex-start;
justify-content: center;
width: max-content;
min-width: 215px;
Expand Down Expand Up @@ -529,9 +530,6 @@
flex-direction: column;
}

.support-menu .group-title {
text-align: start;
}

@media (--header-breakpoint-up) {
.select {
Expand Down

0 comments on commit 190f743

Please sign in to comment.