|
|
|
@ -1,13 +1,14 @@
|
|
|
|
|
.monaco_editor_area {
|
|
|
|
|
height: 100%;
|
|
|
|
|
background-color: rgba(7,15,25,1);
|
|
|
|
|
|
|
|
|
|
.code_title {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
background-color: rgba(18,28,36,1);
|
|
|
|
|
color: #fff;
|
|
|
|
|
height: 56px;
|
|
|
|
|
background-color: rgba(18, 28, 36, 1);
|
|
|
|
|
padding: 0 20px;
|
|
|
|
|
|
|
|
|
|
.flex_strict {
|
|
|
|
|
flex: 1;
|
|
|
|
|
}
|
|
|
|
@ -17,9 +18,11 @@
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
margin-right: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.code-icon {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.flex_strict,
|
|
|
|
|
.flex_normal,
|
|
|
|
|
.code-icon {
|
|
|
|
@ -27,23 +30,13 @@
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// .margin,
|
|
|
|
|
// .margin-view-overlays,
|
|
|
|
|
// .current-line{
|
|
|
|
|
// width: 40px !important;
|
|
|
|
|
// }
|
|
|
|
|
// .monaco-editor .margin-view-overlays .line-numbers{
|
|
|
|
|
// text-align: center;
|
|
|
|
|
// }
|
|
|
|
|
// .monaco-scrollable-element{
|
|
|
|
|
// left: 40px !important;
|
|
|
|
|
// }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.setting_drawer {
|
|
|
|
|
.ant-drawer-close {
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ant-drawer-content {
|
|
|
|
|
top: 120px;
|
|
|
|
|
bottom: 56px;
|
|
|
|
@ -51,6 +44,7 @@
|
|
|
|
|
// background: #333333;
|
|
|
|
|
background: rgba(7, 15, 25, 1);
|
|
|
|
|
color: #fff;
|
|
|
|
|
|
|
|
|
|
.setting_h2 {
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
@ -62,6 +56,7 @@
|
|
|
|
|
// line-height: 24px;
|
|
|
|
|
margin-top: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
select option {
|
|
|
|
|
background: gold;
|
|
|
|
|
color: #fff;
|
|
|
|
@ -76,21 +71,8 @@
|
|
|
|
|
animation-iteration-count: 3;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// .monaco-editor, .monaco-editor-background, .monaco-editor .inputarea.ime-input,
|
|
|
|
|
// .monaco-editor .margin,
|
|
|
|
|
// .minimap slider-mouseover,
|
|
|
|
|
// .minimap-decorations-layer{
|
|
|
|
|
// background:rgba(3,19,40,1) !important;
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
@keyframes blink {
|
|
|
|
|
50% {
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.monaco-editor, .monaco-editor-background, .monaco-editor .inputarea.ime-input,
|
|
|
|
|
.monaco-editor .margin,
|
|
|
|
|
.minimap .minimap-decorations-layer{
|
|
|
|
|
background-color: transparent !important;
|
|
|
|
|
}
|