mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-16 18:36:10 +02:00
* set default pinout to Wemos D1mini
* pinout will be saved in eeprom, but changes not applied for now
This commit is contained in:
parent
9e6cae26a7
commit
a95069e65c
10 changed files with 107 additions and 35 deletions
|
@ -86,20 +86,19 @@ div.content {
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
input {
|
||||
input, select {
|
||||
padding: 7px;
|
||||
font-size: 13pt;
|
||||
}
|
||||
|
||||
input.text, input.password {
|
||||
input.text, select {
|
||||
width: 70%;
|
||||
box-sizing: border-box;
|
||||
margin-bottom: 10px;
|
||||
/*float: right;*/
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
|
||||
input.button {
|
||||
input.btn {
|
||||
background-color: #006ec0;
|
||||
color: #fff;
|
||||
border: 0px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue