Skip to content

Commit

Permalink
fix mobile styles wrapper for breadcrumbs item
Browse files Browse the repository at this point in the history
  • Loading branch information
andreymikhadyuk committed Nov 30, 2023
1 parent 98ad6c4 commit 713c362
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import "../../../../../../../../../constants";
@import "../../../../../../../../..//styles/sizes.scss";
@import "../../../../../../../../../styles/sizes";

.button {
--breadcrumbs-color: #{$c-gray-40};
Expand Down Expand Up @@ -29,7 +29,7 @@
}
}

@include big-phone {
@include tablet {
li {
&:first-child {
button {
Expand Down

0 comments on commit 713c362

Please sign in to comment.