Skip to content

Commit

Permalink
fix: notifications css
Browse files Browse the repository at this point in the history
  • Loading branch information
Regikon committed Dec 21, 2024
1 parent 51c2da4 commit 166a7ba
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/application/components/cv_article/cv_article.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
border: none;
color: var(--color-main-100);
display: flex;
cursor: pointer;
align-items: center;
text-decoration: underline;
}
Expand Down
3 changes: 3 additions & 0 deletions src/application/components/dropdown/dropdown.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.dropdown {
z-index: 1000;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
4 changes: 2 additions & 2 deletions src/application/components/header/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
&__not-authorized-container {
display: flex;
justify-content: end;
gap: 30px;
gap: 16px;
align-items: center;
}

Expand All @@ -28,7 +28,7 @@
position: relative;
justify-content: end;
align-items: center;
gap: 32px;
gap: 16px;
}

&__menu-open-button {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
display: flex;
flex-direction: column;
gap: 16px;
min-width: var(--3-col);
min-width: 150px;
padding: 8px;
background-color: var(--color-background-800);
border-radius: var(--radius-s);
Expand Down

0 comments on commit 166a7ba

Please sign in to comment.