[서치 하단] 버튼 관련 업로드가 안돼어있는것같아 업로드
- 버튼 스타일 노출 변경.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
@import "../../style/CommonStyle.module.less";
|
||||
@import "../../style/utils.module.less";
|
||||
@import '../../style/CommonStyle.module.less';
|
||||
@import '../../style/utils.module.less';
|
||||
|
||||
.searchBox {
|
||||
width: 100%;
|
||||
@@ -71,7 +71,7 @@
|
||||
text-align: center;
|
||||
color: black;
|
||||
font-size: 42px;
|
||||
font-family: "LG Smart UI";
|
||||
font-family: 'LG Smart UI';
|
||||
font-weight: 700;
|
||||
line-height: 42px;
|
||||
word-wrap: break-word;
|
||||
@@ -181,7 +181,7 @@
|
||||
text-align: center;
|
||||
color: #808080;
|
||||
font-size: 18px;
|
||||
font-family: "LG Smart UI";
|
||||
font-family: 'LG Smart UI';
|
||||
font-weight: 700;
|
||||
line-height: 18px;
|
||||
word-wrap: break-word;
|
||||
@@ -191,7 +191,7 @@
|
||||
align-self: stretch;
|
||||
color: black;
|
||||
font-size: 24px;
|
||||
font-family: "LG Smart UI";
|
||||
font-family: 'LG Smart UI';
|
||||
font-weight: 400;
|
||||
line-height: 24px;
|
||||
word-wrap: break-word;
|
||||
@@ -239,33 +239,33 @@
|
||||
.downBtn {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
background: #4f172c;
|
||||
margin-right: 10px;
|
||||
border-radius: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
border: 4px solid #4f172c;
|
||||
background: #7a808d;
|
||||
.btnImg {
|
||||
width: 42px;
|
||||
}
|
||||
&:focus {
|
||||
background: #4f172c;
|
||||
border: 4px solid @PRIMARY_COLOR_RED;
|
||||
}
|
||||
}
|
||||
.upBtn {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
background: #4f172c;
|
||||
border-radius: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
border: 4px solid #4f172c;
|
||||
background: #7a808d;
|
||||
.btnImg {
|
||||
width: 42px;
|
||||
}
|
||||
&:focus {
|
||||
background: #4f172c;
|
||||
border: 4px solid @PRIMARY_COLOR_RED;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@import "../../style/CommonStyle.module.less";
|
||||
@import "../../style/utils.module.less";
|
||||
@import '../../style/CommonStyle.module.less';
|
||||
@import '../../style/utils.module.less';
|
||||
|
||||
.searchBox {
|
||||
width: 100%;
|
||||
@@ -9,7 +9,7 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 30px 60px;
|
||||
background: #DDDDDD;
|
||||
background: #dddddd;
|
||||
display: inline-flex;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
@@ -56,7 +56,7 @@
|
||||
padding: 20px;
|
||||
background: white;
|
||||
border-radius: 100px;
|
||||
outline: 1px #DADADA solid;
|
||||
outline: 1px #dadada solid;
|
||||
outline-offset: -1px;
|
||||
display: inline-flex;
|
||||
flex-direction: column;
|
||||
@@ -149,7 +149,7 @@
|
||||
text-align: center;
|
||||
color: black;
|
||||
font-size: 42px;
|
||||
font-family: "LG Smart UI";
|
||||
font-family: 'LG Smart UI';
|
||||
font-weight: 700;
|
||||
line-height: 42px;
|
||||
word-wrap: break-word;
|
||||
@@ -259,7 +259,7 @@
|
||||
text-align: center;
|
||||
color: #808080;
|
||||
font-size: 18px;
|
||||
font-family: "LG Smart UI";
|
||||
font-family: 'LG Smart UI';
|
||||
font-weight: 700;
|
||||
line-height: 18px;
|
||||
word-wrap: break-word;
|
||||
@@ -269,7 +269,7 @@
|
||||
align-self: stretch;
|
||||
color: black;
|
||||
font-size: 24px;
|
||||
font-family: "LG Smart UI";
|
||||
font-family: 'LG Smart UI';
|
||||
font-weight: 400;
|
||||
line-height: 24px;
|
||||
word-wrap: break-word;
|
||||
@@ -317,33 +317,33 @@
|
||||
.downBtn {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
background: #4f172c;
|
||||
margin-right: 10px;
|
||||
border-radius: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
border: 4px solid #4f172c;
|
||||
background: #7a808d;
|
||||
.btnImg {
|
||||
width: 42px;
|
||||
}
|
||||
&:focus {
|
||||
background: #4f172c;
|
||||
border: 4px solid @PRIMARY_COLOR_RED;
|
||||
}
|
||||
}
|
||||
.upBtn {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
background: #4f172c;
|
||||
border-radius: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
border: 4px solid #4f172c;
|
||||
background: #7a808d;
|
||||
.btnImg {
|
||||
width: 42px;
|
||||
}
|
||||
&:focus {
|
||||
background: #4f172c;
|
||||
border: 4px solid @PRIMARY_COLOR_RED;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user