dev meny revamp

This commit is contained in:
Olivier Gagnon
2019-03-21 23:15:28 -04:00
committed by danielyxie
parent 1f639c6a3a
commit b8bdf0da82
5 changed files with 1919 additions and 740 deletions

36
css/dev-menu.css Normal file
View File

@@ -0,0 +1,36 @@
.add-exp-button {
margin-right: 0px;
}
.remove-exp-button {
margin-left:0px;
}
.exp-input {
margin-right: 0px;
margin-left:0px;
margin-top: 5px;
margin-bottom: 5px;
padding: 2px 5px;
}
.text-center {
margin: auto;
text-align: center;
vertical-align: middle;
}
.touch-right {
margin-right: 0px;
}
.touch-left {
margin-left: 0px;
}
.touch-sides {
margin-left: 0px;
margin-right: 0px;
}