Skip to content

Commit

Permalink
Fix(scss): r-engineering vol.19, fix user logged icon
Browse files Browse the repository at this point in the history
  • Loading branch information
arturu committed Jul 14, 2023
1 parent 66b7521 commit db65aff
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/scss/custom/layout/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,22 @@
font-weight: 600;
}
}
@include media-breakpoint-down(lg) {
a#dropdown-account {
.rounded-icon {
width: 2em;
height: 2em;
border-radius: 24px;
.icon {
width: 16px;
height: 16px;
}
}
.icon-expand {
display: none;
}
}
}
}
}

Expand Down

0 comments on commit db65aff

Please sign in to comment.