From ecbfdddc5e13b1bb7c857a12f981b4aea04ed0bf Mon Sep 17 00:00:00 2001 From: dicept Date: Fri, 23 Feb 2024 12:14:56 +0900 Subject: [PATCH] =?UTF-8?q?Styles:=20=EC=8A=A4=ED=83=80=EC=9D=BC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/plate/Plate.module.scss | 2 +- src/styles/mixin.scss | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/components/plate/Plate.module.scss b/src/components/plate/Plate.module.scss index 3c41e5d..d5059ac 100644 --- a/src/components/plate/Plate.module.scss +++ b/src/components/plate/Plate.module.scss @@ -95,8 +95,8 @@ .type_plate__my.#{$type} { @include plate_pokemon_type($color); width: 45px; - padding: 0 7px; height: 11px; + padding: 0 7px; img { width: 7px; diff --git a/src/styles/mixin.scss b/src/styles/mixin.scss index f50213d..ab059f5 100644 --- a/src/styles/mixin.scss +++ b/src/styles/mixin.scss @@ -1,13 +1,12 @@ @mixin plate_style { + gap: 3px; width: 95px; height: 33px; display: flex; - padding: 5px 5px 5px 10px; - border-radius: 16.5px; - align-items: center; - // justify-content: center; display: flex; - gap: 3px; + align-items: center; + border-radius: 16.5px; + padding: 5px 5px 5px 10px; img { width: 20px;