forked from platypush/platypush
Fixed gpio css
This commit is contained in:
parent
a9b4c1b8bf
commit
2df9c5a890
1 changed files with 9 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
}
|
||||
|
||||
.gpio-pin {
|
||||
padding: 1.5em 1em .2em .5em;
|
||||
padding: 1.5em 1em;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
|
@ -22,3 +22,11 @@
|
|||
background-color: #daf8e2 !important;
|
||||
}
|
||||
|
||||
.pin-value {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.pin-ctrl {
|
||||
width: 8em;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue