Skip to content

Commit

Permalink
fix: styles of petvet
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaam committed May 15, 2024
1 parent b4ff862 commit cc1d759
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 26 deletions.
48 changes: 23 additions & 25 deletions src/home/components/PetvetPage/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,6 @@

align-items: center;

&__card {
font-family: fonts.$primaryFont;
color: colors.$gray800;
font-size: 1.4rem;
font-weight: fonts.$semiBold;
line-height: 2rem;

box-shadow: 0 0 2px 2px rgba(12, 26, 75, 0.08);
border-radius: 1.4rem;
}

&__header {
text-align: center;

Expand Down Expand Up @@ -50,6 +39,28 @@
gap: 2.4rem;
}

&__card {
font-family: fonts.$primaryFont;
color: colors.$gray800;
font-size: 1.4rem;
font-weight: fonts.$semiBold;
line-height: 2rem;

padding: 1.6rem;

box-shadow: 0 0 2px 2px rgba(12, 26, 75, 0.08);
border-radius: 1.4rem;
}

&__card-header {
display: flex;
gap: 1rem;

align-items: center;

justify-content: space-between;
}

&__img {
max-width: 5.4rem;
max-height: 5.4rem;
Expand All @@ -71,12 +82,6 @@
align-items: center;
}

&__icon {
background-color: colors.$yellow100;
border: 1px solid rgb(255, 238, 198);
border-radius: 1.2rem;
}

&__card-text-icon {
display: flex;
gap: 2rem;
Expand All @@ -100,14 +105,7 @@
}

&__card {
display: flex;
gap: 2rem;

align-items: center;

justify-content: space-between;

padding: 20px;
padding: 2rem;

border: 1px solid colors.$gray150;

Expand Down
1 change: 0 additions & 1 deletion src/styles/colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,3 @@ $shade100: rgb(0, 0, 0);
// custom

$blue600: rgb(18, 104, 204);
$yellow100: rgb(255, 238, 198);

0 comments on commit cc1d759

Please sign in to comment.