[components] TButton, twoDepthCategory type 수정

Detail Notes :

1. widht & font-family 수정
This commit is contained in:
younghoon100.park
2024-02-27 17:56:05 +09:00
parent 3cbaa1170a
commit 8e1e7edaa9

View File

@@ -195,7 +195,7 @@
&.twoDepthCategory {
position: relative;
.flex();
width: 300px !important;
width: 300px;
height: 72px;
padding: 18px 30px;
background-color: @COLOR_WHITE;
@@ -208,7 +208,9 @@
}
&:focus {
font-family: @baseFontBold;
color: @PRIMARY_COLOR_RED;
&::after {
.focused(@boxShadow: 0, @borderRadius: 12px);
}