Initial commit
This commit is contained in:
commit
65e0da7e11
1397 changed files with 596542 additions and 0 deletions
15
site/OFF_plugins/field-engineer/assets/scss/output.scss
Normal file
15
site/OFF_plugins/field-engineer/assets/scss/output.scss
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
.egr-output {
|
||||
margin-left: 1.5em;
|
||||
width: calc(100% - 1.5em);
|
||||
padding-bottom: 1.5em;
|
||||
display: none;
|
||||
|
||||
textarea {
|
||||
width: 100%;
|
||||
height: 300px;
|
||||
border: 2px solid #ddd;
|
||||
padding: .5em;
|
||||
font-size: .9em;
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue