Skip to content

Commit

Permalink
Styles: 스타일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
DICEPT committed Feb 23, 2024
1 parent e0537fb commit ecbfddd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/components/plate/Plate.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
9 changes: 4 additions & 5 deletions src/styles/mixin.scss
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit ecbfddd

Please sign in to comment.