mirror of https://github.com/Requarks/wiki.git
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.
40 lines
471 B
40 lines
471 B
|
|
.editor-toolbar {
|
|
z-index: 2;
|
|
background-color: #FFF;
|
|
border: none;
|
|
border-top-left-radius: 0;
|
|
border-top-right-radius: 0;
|
|
opacity: 0.9;
|
|
|
|
&:hover {
|
|
opacity: 1;
|
|
}
|
|
|
|
}
|
|
|
|
.CodeMirror {
|
|
border-left: none;
|
|
border-right: none;
|
|
}
|
|
|
|
.editor-toolbar i.separator {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.editor-toolbar .fa {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.ace-container {
|
|
position: relative;
|
|
min-height: 95vh;
|
|
}
|
|
|
|
#source-display {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
}
|