Implement keypads module in React

This commit is contained in:
Daniel Sinn
2019-11-26 02:37:06 -05:00
parent 2fb6fd8446
commit 3c9ea427d8
38 changed files with 188 additions and 85 deletions
-26
View File
@@ -93,10 +93,6 @@ h2 {
margin: 0;
}
.jsResetSection {
display: block;
}
nav {
background-color: white;
border-left: 1px solid black;
@@ -112,28 +108,6 @@ nav {
padding: 0.1em 0.5em;
}
#sectionKeypads ul {
display: inline-block;
list-style-type: none;
margin-right: 2em;
padding-left: 0;
}
#sectionKeypads li {
border: 1px solid black;
border-bottom: 0;
cursor: pointer;
line-height: 0;
}
#sectionKeypads li:last-child {
border-bottom: 1px solid black;
}
#sectionKeypads .selected {
background-color: #ff6;
}
#sectionKeypads ul[data-count='4'] .selected {
background-color: lightgreen;
}
#simonInputs {
float: left;
margin-right: 5em;