Skip to content

Commit

Permalink
final version
Browse files Browse the repository at this point in the history
  • Loading branch information
AYupko committed Jun 14, 2024
1 parent 90bed9b commit 0d17561
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/ProductDetails/ProductDetails.scss
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@
&--active {
outline: 2px solid var(--color-secondary);
cursor: auto;
pointer-events: none;
}
}

Expand All @@ -157,6 +158,8 @@
color: var(--color-white);
border: 1px solid var(--color-primary);
background-color: var(--color-primary);
pointer-events: none;
cursor: auto;
}
}

Expand Down

0 comments on commit 0d17561

Please sign in to comment.