forgeplus-react/src/forge/Settings/setting.scss

243 lines
4.2 KiB
SCSS

.settingNav{
display: flex;
border-bottom: 1px solid #ddd;
justify-content: center;
}
.settingNav li{
height: 46px;
line-height: 46px;
position: relative;
padding:0px 15px;
cursor: pointer;
}
.settingNav li.active a{
color: #4CACFF!important;
}
.settingNav li.active::after{
position: absolute;
width: 100%;
bottom: 0px;
height: 2px;
left: 0px;
background: #4CACFF;
content: '';
}
.baseForm{
padding:15px 30px!important;
}
.collaboratorList{
min-height: 400px;
}
.iteminline{
display: flex;
align-items: center;
.ant-row.ant-form-item{
margin-left: 15px;
}
}
.setHeight{
.ant-form-item-control{
height: 20px;
line-height: 20px;
}
}
.baseForm .ant-row.ant-form-item{
margin-bottom: 15px;
}
.submitBtn{
display: block;
float: left;
padding:0px 12px;
border-radius: 4px;
height: 35px;
line-height: 35px;
color: #fff!important;
background: #4CACFF;
}
.small_submitBtn{
display: block;
padding:0px 12px;
border-radius: 4px;
height: 32px;
line-height: 32px;
color: #fff!important;
background: #4CACFF;
}
.addPanel{
display: flex;
}
.red_btn{
display: block;
padding:0px 8px;
height: 28px;
line-height: 28px;
color: #fff;
background: #db2828;
border-radius: 3px;
}
.collaboratorItem{
display: flex;
border-top: 1px solid #f4f4f4;
padding:15px;
}
.collaboratorItem>span{
flex: 1;
display: flex;
}
.branchSelect{
width: 200px;
height: 32px;
}
.dangerousBox{
margin-top: 20px;
padding:20px;
&>div{
border:1px solid #efc16b;
border-radius: 4px;
}
}
.manageItem{
padding:11px 0px;
.webName{
position: relative;
color:#4CACFF;
padding-left: 25px;
&::before{
position: absolute;
content: '';
width:6px;
height:6px;
border-radius: 50%;
left: 0px;
top:8px;
background-color: #FFA802;
}
}
}
.dangerousTitle{
padding:10px;
background: #f9edbe;
line-height: 18px;
}
.red_deleteBtn{
display: block;
height: 38px;
line-height: 38px;
border:1px solid #db2828;
border-radius: 4px;
color: #db2828!important;
padding:0px 15px;
font-size: 16px;
}
.flex-a-center{
display: flex;
justify-content: space-between;
align-items: center;
}
.padding15-10{
padding:15px 10px;
}
.center{text-align: center;}
.w-100{width: 100%;}
.fwb{font-weight: 600;}
.text-black{color: #333;}
.bbr{border-bottom: 1px solid #f6f6f6;}
.ant-input-group-addon{border: 0 !important;}
.grid-item-left{display: grid; align-items: center; grid-template-columns: 1fr max-content;}
.text-primary{color: #1890ff !important;}
.ant-dropdown-menu{min-width: 90px ; text-align: center !important;}
.text-green{color: #28BD6C !important;}
.text-yellow{color: #FF6E21 !important;}
.text-delete{color: #BBBBBB; }
.text-delete:hover{color: #db2828; }
.text-grey{
color: #999;
}
.new-tag-div{
padding: 15px;
height: 75px;
box-sizing: border-box;
display: flex;
justify-content: space-between;
background: #fafafa;
flex-wrap: wrap;
}
.topWrapper_success_btn{
border: 1px solid #21ba45;
color: #21ba45!important;
padding: 0px 12px;
text-align: center;
height: 32px;
line-height: 32px;
border-radius: 4px;
}
.setTables{
.ant-table-tbody > tr:hover > td{
background-color: #fff!important;
}
.ant-table-tbody > tr > td{
border-bottom: none;
padding:15px 8px 15px 0px;
}
.ant-table-tbody > tr > td:last-child{
padding-right: 0px;
}
}
.hooksNew{
.ant-select.ant-select-enabled{
width: 100%;
}
}
.shortStyle{
.setStyleRule{
min-height: 35px;
}
.columsRadio{
display: block;
height: 30px;
line-height: 30px;
}
.ant-row.ant-form-item{
margin-bottom: 0px;
}
}
.inlineFlex{
display: flex;
align-items: center;
& > span{
margin-right: 10px;
color: #666;
}
}
.setStyleRule{
min-height: 35px;
.ant-row.ant-form-item{
margin-bottom: 10px;
}
}
.setSelectWidth{
.ant-select.ant-select-enabled{
width: 100%;
}
}
.setHeight{
.ant-select-selection,.ant-select-selection__rendered{
height: 40px;
line-height: 40px;
}
}
.protectBranchList{
border:1px solid #eee;
border-radius: 5px;
margin-top: 25px;
&>div{
padding:5px 15px;
border-bottom: 1px solid #eee;
}
&>div:last-child{
border-bottom: none;
}
}