🚨chore: Sync Sass
This commit is contained in:
parent
62ef25c048
commit
204ab66f90
@ -1312,6 +1312,7 @@
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #999999;
|
color: #999999;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
flex: 1 ;
|
flex: 1 ;
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
|
|||||||
@ -239,6 +239,7 @@ footer{
|
|||||||
nav{
|
nav{
|
||||||
.nav-list{
|
.nav-list{
|
||||||
.nav-item{
|
.nav-item{
|
||||||
|
a,
|
||||||
button{
|
button{
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -37,9 +37,10 @@
|
|||||||
top: 50%;
|
top: 50%;
|
||||||
left: 0;
|
left: 0;
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
width: 20px;
|
width: 22px;
|
||||||
height: 20px;
|
height: 22px;
|
||||||
background: url(../../public/static/images/main/id_icon.svg)no-repeat center;
|
background: url(../../public/static/images/main/id_icon.svg)no-repeat center;
|
||||||
|
background-size: cover;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.store-arr{
|
.store-arr{
|
||||||
|
|||||||
@ -391,19 +391,22 @@ $alert-color: #101010;
|
|||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
tr{
|
tr{
|
||||||
th{
|
th{
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
font-size: $pop-normal-size;
|
font-size: $pop-normal-size;
|
||||||
color: $pop-color;
|
color: $pop-color;
|
||||||
font-weight: $pop-bold-weight;
|
font-weight: $pop-bold-weight;
|
||||||
padding: 18px 0;
|
padding: 18px 0;
|
||||||
border-bottom: 1px solid #424242;
|
border-bottom: 1px solid #424242;
|
||||||
|
vertical-align: middle;
|
||||||
|
.tip-wrap{
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
td{
|
td{
|
||||||
font-size: $pop-normal-size;
|
font-size: $pop-normal-size;
|
||||||
color: $pop-color;
|
color: $pop-color;
|
||||||
border-bottom: 1px solid #424242;
|
border-bottom: 1px solid #424242;
|
||||||
padding-left: 20px;
|
padding: 18px 0 18px 20px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
.flex-box{
|
.flex-box{
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -479,6 +482,7 @@ $alert-color: #101010;
|
|||||||
color: $pop-color;
|
color: $pop-color;
|
||||||
font-weight: $pop-normal-weight;
|
font-weight: $pop-normal-weight;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.img-edit-wrap{
|
.img-edit-wrap{
|
||||||
@ -528,6 +532,23 @@ $alert-color: #101010;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.for-address{
|
||||||
|
input{
|
||||||
|
flex: 1;
|
||||||
|
}
|
||||||
|
.check-address{
|
||||||
|
flex: none;
|
||||||
|
width: 18px;
|
||||||
|
height: 18px;
|
||||||
|
margin-left: 5px;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
background-size: cover;
|
||||||
|
&.fail{background-image: url(../../public/static/images/canvas/img_check_fail.svg);}
|
||||||
|
&.success{background-image: url(../../public/static/images/canvas/img_check_success.svg);}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// 외벽선 그리기
|
// 외벽선 그리기
|
||||||
.outline-wrap{
|
.outline-wrap{
|
||||||
padding: 24px 0;
|
padding: 24px 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user