Skip to content

Commit

Permalink
feat: ui 스타일 변경사항 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
ghdtjgus76 committed Aug 20, 2024
1 parent a4665fe commit 796c745
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions packages/ui/src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -395,27 +395,12 @@ progress {
.bg_white:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
background: var(--colors-white);
}
.c_blue:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
color: blue;
}
.h_80px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
height: 80px;
}
<<<<<<< HEAD
.w_100\%:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
width: 100%;
}
.gap_xxs:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
gap: var(--spacing-xxs);
}
.gap_xs:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
gap: var(--spacing-xs);
}
.c_sub:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
color: var(--colors-sub);
}
=======
>>>>>>> 9d0c1a49c03c25b8ac48d37b6044b845f3349746
.c_textBlack:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
color: var(--colors-text-black);
}
Expand Down

0 comments on commit 796c745

Please sign in to comment.