Skip to content

Commit

Permalink
Merge pull request #81 from fs-jun24-team-3/bug-fixes
Browse files Browse the repository at this point in the history
Fixed pagination disabled buttons styles. Fixed PhoneCard overlapping
  • Loading branch information
k-marchuk authored Sep 25, 2024
2 parents 932f420 + 39f9417 commit 44c8d40
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions src/components/Catalog/Catalog.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,22 @@
display: flex;
justify-content: center;
align-items: center;

&:disabled {
&,
&:hover {
border-color: $elemnts-color;
}

div[class*='Left'] {
background-image: url(../../img/arrow/ArrowLeft.png);
}

div[class*='Right'] {
background-image: url(../../img/arrow/ArrowRight.png);
}
}

&:hover {
border: 1px solid $primary-color;
}
Expand Down
4 changes: 2 additions & 2 deletions src/components/Main/Main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,6 @@
}
}



&__separator {
content: '';
border: 1px solid #e2e6e9;
Expand Down Expand Up @@ -219,6 +217,8 @@

&-meaning {
color: #0f0f11;
white-space: break-spaces;
text-align: right;
}
}

Expand Down

0 comments on commit 44c8d40

Please sign in to comment.