[components] TButton, twoDepthCategory type 수정
Detail Notes : 1. widht & font-family 수정
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user