Add Keypads module

This commit is contained in:
Daniel Sinn
2015-12-23 01:08:11 -05:00
parent 061451653a
commit 40fd7dcc72
30 changed files with 74 additions and 0 deletions
+20
View File
@@ -116,6 +116,26 @@ h2 {
border-width: 1px;
}
#sectionKeypads ul {
display: inline-block;
list-style-type: none;
margin-right: 2em;
padding-left: 0;
}
#sectionKeypads li {
border: 1px solid black;
border-bottom: 0;
}
#sectionKeypads li:last-child {
border-bottom: 1px solid black;
}
#sectionKeypads .selected {
background: #ff6;
}
#sectionKeypads ul[data-count='4'] .selected {
background: lightgreen;
}
#simonInputs {
float: left;
margin-right: 5em;