From cad7489ce044e5d2c6ad465551fe4855d16b7683 Mon Sep 17 00:00:00 2001 From: juliaam Date: Tue, 7 May 2024 16:02:59 -0300 Subject: [PATCH] fix: stylelint --- src/components/VaccineItem/index.scss | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/components/VaccineItem/index.scss b/src/components/VaccineItem/index.scss index 6d52c48c..17053da0 100644 --- a/src/components/VaccineItem/index.scss +++ b/src/components/VaccineItem/index.scss @@ -9,16 +9,17 @@ align-items: center; justify-content: space-between; - padding: 2rem; - border: 1px solid colors.$gray150; - - border-radius: 14px; - color: colors.$gray600; font-size: 1.2rem; font-weight: fonts.$medium; line-height: 2.4; + padding: 2rem; + + border: 1px solid colors.$gray150; + + border-radius: 14px; + &__title { color: colors.$gray800; font-weight: fonts.$semiBold; @@ -44,10 +45,10 @@ @include breakpoints.from667 { .vaccine-item { - padding: 1.5rem; - font-size: 1.6rem; + padding: 1.5rem; + &__title { font-weight: fonts.$semiBold; }