Finished client result API.

Need to work on adjustment user codes and server email notifications.
This commit is contained in:
2021-11-30 18:06:24 +00:00
parent 89bb802e45
commit dcafde1158
15 changed files with 710 additions and 54 deletions

View File

@ -130,7 +130,20 @@
.control-button-container {
width: fit-content;
margin: 0 auto;
margin: 2rem auto;
}
.control-button-container a {
width: fit-content;
margin: 0 5px;
}
.navigator-help {
margin: 4rem auto;
}
#navigator-container {
margin-bottom: 2rem;
}
/* Layout for Mobile Devices */

View File

@ -4,6 +4,11 @@ body {
font-size: 14pt;
}
#dismiss-cookie-alert {
margin-top: 16px;
width: 100%;
}
.site-footer {
background-color: lightgray;
font-size: small;
@ -133,6 +138,31 @@ body {
margin: 0 2px;
}
.results-name {
margin: 3rem auto;
}
.results-name .surname {
font-variant: small-caps;
font-size: 24pt;
}
.results-score {
margin: 2rem auto;
width: fit-content;
font-size: 36pt;
}
.results-score::after {
content: '%';
}
.results-grade {
margin: 2rem auto;
width: fit-content;
font-size: 26pt;
}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,