Skip to content

Commit

Permalink
IBX-2415: Fix bell icon alignment in the header (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
tischsoic authored Mar 14, 2022
1 parent f9062ba commit 046f6d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/bundle/Resources/public/scss/_header-user-menu.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.ibexa-header-user-menu {
display: flex;
justify-content: flex-end;
align-items: center;

&__popup-menu {
z-index: 1060;
Expand Down Expand Up @@ -50,6 +51,7 @@
display: flex;
align-items: flex-end;
position: relative;
height: calculateRem(24px);
padding-bottom: calculateRem(4px);
cursor: pointer;
}
Expand All @@ -63,7 +65,7 @@
cursor: pointer;
position: absolute;
left: calculateRem(10px);
top: calculateRem(10px);
top: 0;

&--no-notice {
opacity: 0;
Expand Down

0 comments on commit 046f6d3

Please sign in to comment.