forgeplus-react/src/forge/Merge/Index.scss

81 lines
1.2 KiB
SCSS

.i_open{
color: #28BD6C!important;
}
.i_merged{
color: #4C9ED3!important;
}
.i_closed{
color: #FA6400!important;
}
.pr_tags_open{
border:1px solid #28BD6C;
color: #28BD6C;
}
.pr_tags_merged{
border:1px solid #4C9ED3;
color: #4C9ED3;
}
.pr_tags_closed{
border:1px solid #FA6400;
color: #FA6400;
}
.color-grey-3{
font-weight: bold;
}
.fileList{
.sc-bxivhb{
width: 55rem;
}
.see-file{
width: 15rem;
.ml10{
display: inline-block;
width: 5rem;
}
span{
width: 7%;
}
}
}
.filesInfo{
background: #FAFCFF;
border-color:rgba(42, 97, 255, 0.23);
.ant-progress-line {
width: 5rem;
}
.ant-progress-inner{
background-color: #D14A4A;
}
}
.ant-popover-arrow {
display: none;
}
.ant-popover-inner {
margin-left: -48px;
background: #FFF;
}
.ant-popover-inner-content{
padding: 0 0;
color: #333333;
width: 75rem;
.folderList{
.files{
border: 0px;
}
.filesInfo {
padding: 10px 18px 10px 15px;
height: 55px;
background: #FFF;
border-bottom: 1px solid #EEEEEE;
&:hover{
background: #F3F4F6;
}
.color-green,.color-red{
width: 3%;
text-align: right;
}
}
}
}