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

127 lines
2.4 KiB
CSS

.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 20px!important;
}
.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;
/* padding:15px; */
}
.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{
border:1px solid #efc16b;
border-radius: 4px;
margin-top: 20px;
}
.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;
}
.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; }
.new-tag-div{
padding: 15px;
height: 75px;
box-sizing: border-box;
display: flex;
justify-content: space-between;
background: #fafafa;
flex-wrap: wrap;
}