initial rough working service edit, with special way to retrieve custom values

This commit is contained in:
Blake J. Harnden 2018-05-23 12:41:29 -07:00
parent 517ef4c3d3
commit 3e5cd61ecc
6 changed files with 331 additions and 13 deletions

View file

@ -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;
}