forked from Gitlink/forgeplus-react
32 lines
732 B
CSS
Executable File
32 lines
732 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} |