build/css/merge.css

40 lines
886 B
CSS
Executable File

.maxW50{max-width: 50%;}
.minW50{min-width: 50%;}
.width70{width: 70%;}
.width30{width: 30%;}
.custom-commit-tabs .ant-tabs-bar{border-bottom: none;}
.maxW200px{max-width: 200px;}
.pr_tags_open{
background: #28BD6C !important;
color: #fff !important;
border: none !important;
}
.pr_tags_closed{
background: #FA6400 !important;
color: #fff !important;
border: none !important;
}
.pr_tags_merged{
background: #4C9ED3 !important;
color: #fff !important;
border: none !important;
}
.ant-btn-success{
border: 1px solid #28BD6C !important;
color: #28BD6C !important;
}
.ant-btn-success:hover{
background: #28BD6C !important;
color:#fff !important;
}
.display-flex{display: flex !important;}
.merge-flex1{flex:1}
.ant-tag.pr-branch-tag{
border-radius: 12px;
height: 24px;
background: rgba(241,248,255,1);
border: none;
font-size: 13px;
padding: 0 10px;
}