Skip to content

Commit

Permalink
style: removed some numbers after the comma for better reading
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelLimaC committed Feb 8, 2024
1 parent 46c90b0 commit 40ee9d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/PetCard/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
box-sizing: border-box;

background-color: rgb(255, 255, 255);
box-shadow: 0 0 0.5rem 0 rgba(12, 26, 75, 0.050980392156862744);
box-shadow: 0 0 0.5rem 0 rgba(12, 26, 75, 0.05);

border-radius: 1.8rem;

Expand Down
2 changes: 1 addition & 1 deletion src/components/TextInput/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
border-color: rgb(220, 53, 69);
border-color: rgb(220, 53, 69);

background-color: rgba(238, 114, 126, 0.4588235294117647);
background-color: rgba(238, 114, 126, 0.45);
filter: opacity(0.75);
outline-color: rgb(220, 53, 69);
outline-color: rgb(220, 53, 69);
Expand Down
2 changes: 2 additions & 0 deletions src/styles/base.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@use 'reset-css/sass/reset.scss';

html,
body {
font-size: 62.5%;
Expand Down

0 comments on commit 40ee9d3

Please sign in to comment.