Skip to content

Commit

Permalink
fix: moved styles in specific file for mobileMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrina-bongiovanni committed Mar 4, 2024
1 parent 99a05da commit 9037ad2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/theme/ItaliaTheme/Components/_mobileMenu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@

margin-left: 0;

.icon {
svg.icon {
width: 1em;
fill: currentColor;
width: 28px;
height: 28px;
}
Expand Down
3 changes: 1 addition & 2 deletions src/theme/ItaliaTheme/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,7 @@ iframe {
font-size: 10em;
}

svg.fa-icon,
.navbar-collapsable svg.icon {
svg.fa-icon {
width: 1em;
fill: currentColor;
}
Expand Down

0 comments on commit 9037ad2

Please sign in to comment.