File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2063,33 +2063,33 @@ footer .ui.language .menu {
2063
2063
.repository .diff-detail-box span .status .rename {
2064
2064
background-color : # dad8ff ;
2065
2065
}
2066
- .repository .diff-box {
2066
+ .repository .diff-box . header {
2067
2067
display : flex;
2068
2068
align-items : center;
2069
2069
}
2070
- .repository .diff-box .count {
2070
+ .repository .diff-box .header . count {
2071
2071
margin-right : 12px ;
2072
2072
font-size : 13px ;
2073
2073
flex : 0 0 auto;
2074
2074
}
2075
- .repository .diff-box .count .bar {
2075
+ .repository .diff-box .header . count .bar {
2076
2076
background-color : # bd2c00 ;
2077
2077
height : 12px ;
2078
2078
width : 40px ;
2079
2079
display : inline-block;
2080
2080
margin : 2px 4px 0 4px ;
2081
2081
vertical-align : text-top;
2082
2082
}
2083
- .repository .diff-box .count .bar .add {
2083
+ .repository .diff-box .header . count .bar .add {
2084
2084
background-color : # 55a532 ;
2085
2085
height : 12px ;
2086
2086
}
2087
- .repository .diff-box .file {
2087
+ .repository .diff-box .header . file {
2088
2088
flex : 0 1 100% ;
2089
2089
color : # 888 ;
2090
2090
word-break : break-all;
2091
2091
}
2092
- .repository .diff-box .button {
2092
+ .repository .diff-box .header . button {
2093
2093
margin : -5px 0 -5px 12px ;
2094
2094
padding : 8px 10px ;
2095
2095
flex : 0 0 auto;
Original file line number Diff line number Diff line change 887
887
}
888
888
}
889
889
}
890
- .diff-box {
890
+ .diff-box .header {
891
891
display : flex ;
892
892
align-items : center ;
893
893
You can’t perform that action at this time.
0 commit comments