Added help button to submission notice

This commit is contained in:
Ajay Ramachandran
2020-06-04 21:46:56 -04:00
parent b4e03ae055
commit 7de907fa23
5 changed files with 96 additions and 7 deletions

View File

@@ -394,4 +394,22 @@ input::-webkit-inner-spin-button {
color: white;
border-width: 3px;
padding: 3px;
}
.helpButton {
}
.helpButton {
height: 25px;
cursor: pointer;
padding: 5px;
margin: auto;
top: 0;
bottom: 0;
position: absolute;
}
.helpButton:hover {
filter: brightness(80%);
}