initial rough working service edit, with special way to retrieve custom values
This commit is contained in:
parent
517ef4c3d3
commit
3e5cd61ecc
6 changed files with 331 additions and 13 deletions
|
@ -31,11 +31,18 @@
|
|||
padding: .5rem 1.25rem;
|
||||
}
|
||||
|
||||
#config-modal {
|
||||
.modal {
|
||||
overflow-y: initial !important;
|
||||
}
|
||||
|
||||
#config-modal .modal-body {
|
||||
.modal-body {
|
||||
height: calc(100vh - 200px);
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.file-content {
|
||||
background-color: #000 !important;
|
||||
color: #00ff26 !important;
|
||||
font-size: small;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue