Skip to content

Commit

Permalink
[Feat] [GGFE-226] 보더사이즈 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangmin Park authored and Sangmin Park committed Sep 11, 2023
1 parent 77bb286 commit c4a395f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -417,11 +417,11 @@ $text-shadow-blue: 2px 2px 0px $pp-blue;
background-image: linear-gradient(to right, #f77062 0%, #fe5196 100%);
@include txtColor(#fe5196);
}
&.green {
&.yellow {
background-image: linear-gradient(to right, #f6d365 0%, #fda085 100%);
@include txtColor(#f6d365);
}
&.greenm {
&.green {
background-image: linear-gradient(135deg, #81fbb8 10%, #28c76f 100%);
@include txtColor(#28c76f);
}
Expand Down

0 comments on commit c4a395f

Please sign in to comment.