1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 10:51:21 +02:00

feat(admin-plugin): codemirror styles improvements #211

This commit is contained in:
Awilum
2020-01-31 13:48:07 +03:00
parent 816cee6461
commit d187da48f4

View File

@@ -0,0 +1,39 @@
/* purgecss start ignore */
.CodeMirror
{
font-size: 14px;
height: 100%!important;
margin-top: -20px;
margin-right: -20px;
margin-left: -20px;
}
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber,
.CodeMirror-scroll,
.CodeMirror-sizer
{
background: white;
}
.CodeMirror-gutters
{
padding-right: 10px;
color: black;
border-right: none;
}
.CodeMirror-linenumber
{
color: black;
}
.CodeMirror pre
{
padding: 0 14px;
}
/* purgecss end ignore */