Skip to content

Commit

Permalink
last one
Browse files Browse the repository at this point in the history
  • Loading branch information
pogorielova committed Oct 16, 2024
1 parent 7be0446 commit 93394a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ body {
}

&__price-label {
color: $secondaryColou r;
color: $secondaryColour;
}

&__price-value {
Expand All @@ -80,18 +80,18 @@ body {
&__button {
width: 100%;
height: 40px;
border: 1px solid $acsentColour;
border: 1px solid $accentColour;
border-radius: 5px;
font-size: 14px;
line-height: 16px;
font-weight: 700;
text-transform: uppercase;
color: $basicWhite;
background-color: $acsentColour;
background-color: $accentColour;

&:hover {
background-color: $basicWhite;
color: $acsentColour;
color: $accentColour;
}
}
}

0 comments on commit 93394a0

Please sign in to comment.