forked from Gitlink/forgeplus-react
31 lines
627 B
CSS
31 lines
627 B
CSS
.monaco-editor .view-overlays .current-line {
|
|
border: none !important;
|
|
background-color: rgba(48, 232, 132, 0.15);
|
|
}
|
|
.monaco-editor .margin-view-overlays .current-line {
|
|
background-color: rgba(48, 232, 132, 0.15);
|
|
}
|
|
.branchTable .margin-view-overlays {
|
|
border-right: none !important;
|
|
background-color: #fcfcfc !important;
|
|
}
|
|
.editorBorderBox {
|
|
position: relative;
|
|
}
|
|
.ide-tool-bar {
|
|
position: absolute;
|
|
z-index: 10;
|
|
right: 114px;
|
|
top: -37px;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.ant-switch-checked {
|
|
background-color: #466aff;
|
|
}
|
|
.read-more{
|
|
font-size: 18px;
|
|
margin:0 10px 0 15px;
|
|
color: #666;
|
|
}
|