Add links for adding issues or contributions (#14)

Adds a section to the bottom of the page which houses links to ASU's
issues page and the github repository for the firmware wizard.

Signed-off-by: Sudhanshu Gautam <me@sudhanshug.com>
This commit is contained in:
Sudhanshu Gautam 2019-08-25 20:06:35 +05:30 committed by GitHub
parent 76da264e85
commit a66fa21ca3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 0 deletions

View file

@ -27,6 +27,23 @@
color: #61dafb;
}
.report-problem-container {
display: block;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background-color: #fff;
padding: 15px 10%;
box-sizing: border-box;
text-align: left;
border-radius: 0
}
.report-link {
float: right;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);