Skip to content

Commit

Permalink
refactor(layout): updated layout.scss as per new design
Browse files Browse the repository at this point in the history
  • Loading branch information
Vatsal6288 committed Aug 23, 2024
1 parent 6f873c7 commit d2d95bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions resources/assets/vendor/scss/_components/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -214,12 +214,10 @@
font-style: normal;
font-size: $font-size-xl;
&::before {
content: '\f050';
@include media-breakpoint-down($menu-collapsed-layout-breakpoint) {
content: '\eb99';
}
.layout-menu-collapsed & {
content: '\f3c2';
@include media-breakpoint-down($menu-collapsed-layout-breakpoint) {
content: '\eb99';
}
Expand Down

0 comments on commit d2d95bc

Please sign in to comment.