You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
NewEduCoderBuild/p__Demo__index.35e352f7.chu...

69 lines
1.4 KiB

.diff-panel-container {
width: 100%;
height: 100%;
background: #010e1f;
color: #fff;
font-size: 0;
overflow: hidden;
font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
font-weight: normal;
font-feature-settings: 'liga' 0, 'calt' 0;
}
.diff-panel-container div {
width: 49.5%;
white-space: pre;
overflow-x: auto;
line-height: 18px;
font-size: 12px;
display: inline-block;
letter-spacing: 0px;
vertical-align: top;
padding: 10px 14px;
background: #1e1e1e;
}
.diff-panel-container div:first-child {
margin-right: 1%;
}
.diff-panel-container .line-break {
display: block;
height: 20px;
}
.diff-panel-container del {
color: #dd5555;
white-space: pre;
text-decoration: none;
}
.diff-panel-container del:empty {
display: none;
}
.diff-panel-container del.empty {
background: hsl(0, 67%, 60%);
}
.diff-panel-container ins {
color: #2ea44f;
white-space: pre;
text-decoration: none;
}
.diff-panel-container ins:empty {
display: none;
}
.diff-panel-container ins.empty {
background: #2ea44f;
}
.diff-panel-container-2 {
background: none;
}
.diff-panel-container-2 > div {
background: none;
padding-top: 0;
}
.diff-panel-container-2 ins {
white-space: pre;
text-decoration: none;
color: white;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */