Implement keypads module in React
This commit is contained in:
-26
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user