UI for GPIO pins

This commit is contained in:
Christian Herzog
2019-09-27 21:53:04 +02:00
parent afe5f867c8
commit 4b1ac70151
3 changed files with 82 additions and 1 deletions

View File

@@ -213,6 +213,12 @@ input[type='text'], input[type='password'], textarea {
padding: 4px;
}
input.gpio {
width: 2em;
color: #000;
height: 1.8em;
}
.custom-switch, .custom-radio {
padding-left: 2.25rem;
margin-left: 12px;