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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user