forked from Gitlink/forgeplus-react
78 lines
1.4 KiB
CSS
78 lines
1.4 KiB
CSS
.setInputAddon{
|
|
width: 350px;
|
|
margin-right: 20px;
|
|
}
|
|
.setInputAddon .ant-input-group-addon{
|
|
height: 30px;
|
|
line-height: 30px;
|
|
border-left: 1px solid #d9d9d9!important;
|
|
border-right: none!important;
|
|
}
|
|
|
|
.userScrew{
|
|
margin:20px 0px;
|
|
border:1px solid #f4f4f4;
|
|
border-radius: 5px;
|
|
display: flex;
|
|
padding:20px;
|
|
position: relative;
|
|
}
|
|
.userScrew::before{
|
|
content: '';
|
|
position: absolute;
|
|
left: 110px;
|
|
top: -20px;
|
|
border-bottom:10px solid #f4f4f4;
|
|
border-top:10px solid transparent;
|
|
border-left:10px solid transparent;
|
|
border-right:10px solid transparent;
|
|
}
|
|
.userScrew::after{
|
|
content: '';
|
|
position: absolute;
|
|
left:111px;
|
|
top: -18px;
|
|
border-bottom:9px solid #fff;
|
|
border-top:9px solid transparent;
|
|
border-left:9px solid transparent;
|
|
border-right:9px solid transparent;
|
|
z-index: 1;
|
|
}
|
|
.ant-input-group .ant-input:focus{
|
|
border-right: 1px solid #d9d9d9!important;
|
|
}
|
|
.ant-btn-primary.grey{
|
|
border:1px solid #BBBBBB;
|
|
background-color: #BBBBBB;
|
|
}
|
|
.userScrew .ant-row{
|
|
margin-bottom: 15px;
|
|
}
|
|
.screwImg{
|
|
width: 34px;
|
|
height: 34px;
|
|
border-radius: 50%;
|
|
margin-right:10px;
|
|
}
|
|
.screwPanel{
|
|
flex: 1;
|
|
}
|
|
|
|
.screwPanel .ant-radio-wrapper{
|
|
display: block;
|
|
}
|
|
.branchTable{
|
|
border:1px solid #eaeaea;
|
|
border-radius: 2px;
|
|
}
|
|
.branchTable .margin-view-overlays{
|
|
border-right: 1px solid #eaeaea;
|
|
background-color: #fbfbfb;
|
|
}
|
|
|
|
@media screen and (max-width: 400px){
|
|
.setInputAddon{
|
|
width: 100%;
|
|
margin-right: 0px;
|
|
}
|
|
} |