🚨chore: Sync Sass
This commit is contained in:
parent
2e7b1c941a
commit
faf733da92
@ -1655,24 +1655,33 @@ $alert-color: #101010;
|
|||||||
.form-box{
|
.form-box{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
padding: 10px 0 20px;
|
padding: 10px 15px 20px;
|
||||||
.line-form{
|
.line-form{
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 102px;
|
display: flex;
|
||||||
height: 40px;
|
flex-direction: column;
|
||||||
|
justify-content: flex-end;
|
||||||
|
min-width: 102px;
|
||||||
|
min-height: 40px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
border-left: 1px dashed #101010;
|
|
||||||
border-right: 1px dashed #101010;
|
&::before{
|
||||||
.line-font-box{
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: -3px;
|
bottom: 0px;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
height: 40px;
|
||||||
|
border-left: 1px dashed #101010;
|
||||||
|
border-right: 1px dashed #101010;
|
||||||
|
}
|
||||||
|
.line-font-box{
|
||||||
.font{
|
.font{
|
||||||
display: block;
|
display: block;
|
||||||
padding-bottom: 6px;
|
padding-bottom: 15px;
|
||||||
color: #101010;
|
color: #101010;
|
||||||
|
text-align: center;
|
||||||
|
line-height: 1;
|
||||||
}
|
}
|
||||||
.line{
|
.line{
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -1687,7 +1696,7 @@ $alert-color: #101010;
|
|||||||
transform: translateY(-50%) rotate(45deg);
|
transform: translateY(-50%) rotate(45deg);
|
||||||
left: 1px;
|
left: 1px;
|
||||||
width: 9px;
|
width: 9px;
|
||||||
height: 9px;
|
height:+ 9px;
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
border-color: inherit;
|
border-color: inherit;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
|
|||||||
@ -228,11 +228,19 @@
|
|||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
.design-request-grid{
|
.design-request-grid{
|
||||||
.design-request-grid-tit{
|
.design-request-count{
|
||||||
font-size: 13px;
|
display: flex;
|
||||||
font-weight: 600;
|
align-items: center;
|
||||||
color: #101010;
|
margin-bottom: 10px;
|
||||||
margin-bottom: 15px;
|
.design-request-grid-tit{
|
||||||
|
font-size: 13px;
|
||||||
|
font-weight: 600;
|
||||||
|
color: #101010;
|
||||||
|
}
|
||||||
|
.select-wrap{
|
||||||
|
margin-left: auto;
|
||||||
|
width: 80px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user