1
0

bef93-runner blogpost

This commit is contained in:
2018-01-03 00:08:42 +01:00
parent a3c191a837
commit 4f7795c70b
11 changed files with 324 additions and 97 deletions

View File

@@ -5,11 +5,21 @@
color: black;
border: 1px solid rgba(0, 0, 0, 0.15);
.bce_code_data {
.bce_code_data, .bce_code_editarea {
overflow-x: auto;
font-family: $FONT_CODE;
padding: 5px 9.5px;
line-height: 12pt;
font-size: 10pt;
}
.bce_code_editarea {
display: block;
resize: none;
box-sizing: border-box;
line-height: 12pt;
font-size: 10pt;
}
@@ -128,6 +138,4 @@
.bce_code_out_left { flex-grow: 0; height: 100px;}
.bce_code_out_right { width: auto; height: 150px;}
}
}
.b93rnr_outpanel_hidden { visibility: collapse; display: none; }
}