Skip to content

Commit

Permalink
edited the code to remove the test-erros
Browse files Browse the repository at this point in the history
  • Loading branch information
pandasweta committed Dec 11, 2024
1 parent 94127ca commit 3f6b17b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ body {
margin: 0;
font-family: Roboto, sans-serif;
line-height: 14px;
font-size: 10px;
}

// $bodyFont: Roboto, sans-serif;
Expand Down Expand Up @@ -32,6 +33,7 @@ body {
font-size: 12px;
line-height: 18px;
margin: 0 0 3px;
color: #060b35;
}

.product-card__code {
Expand Down Expand Up @@ -68,8 +70,7 @@ body {
}

.product-card__review-count {
font-size: 10px;
line-height: 14px;
color: #060b35;
}

.product-card__price-container {
Expand All @@ -96,7 +97,7 @@ body {
display: flex;
justify-content: center;
text-decoration: none;

border: 1px solid #00acdc;
height: 40px;
border-radius: 5px;
background-color: #00acdc;
Expand Down

0 comments on commit 3f6b17b

Please sign in to comment.