|
|
|
@ -1,13 +1,12 @@
|
|
|
|
|
.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 {
|
|
|
|
@ -31,17 +30,6 @@
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// .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 {
|
|
|
|
@ -77,18 +65,12 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.flex_has_save {
|
|
|
|
|
// animation: blink 3s line 3;
|
|
|
|
|
animation-name: blink;
|
|
|
|
|
animation-duration: .4s;
|
|
|
|
|
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;
|
|
|
|
|