add textarea field for custom css (#113)

* add textarea field for custom css

* Prettified Code!

Co-authored-by: gingervitis <gingervitis@users.noreply.github.com>
This commit is contained in:
gingervitis
2021-04-12 00:07:08 -07:00
committed by GitHub
parent 810a8a7e3f
commit 0efc09bb72
6 changed files with 144 additions and 15 deletions

View File

@@ -62,13 +62,21 @@
height: 6em !important;
}
}
.edit-custom-css {
#field-customStyles {
height: 15em;
width: 100%;
font-family: monospace;
resize: auto;
}
}
}
.other-field-container {
margin: 0.5em 0;
}
.logo-upload-container {
.input-group {
align-items: center;