Combine home and notification page and store ID in local storage

This commit is contained in:
2017-01-09 14:38:15 -07:00
parent 59ad62e2af
commit 86f23ed1a4
8 changed files with 246 additions and 270 deletions

View File

@@ -6,7 +6,7 @@ body {
background: #84DCCF;
text-align: center;
box-shadow: 0 0 7px #555;
margin-bottom: 2.0rem;
margin-bottom: 2.5rem;
}
.title {
@@ -40,6 +40,11 @@ body {
color: #cc0000;
}
.storSupport p {
background: rgba(132, 220, 207, 0.2);
padding: 1rem;
}
code {
white-space: normal;
}