Tidy general styling and introduce <Welcome /> overlay

This commit is contained in:
Fred Boniface
2023-06-29 22:01:55 +01:00
parent 4903e0501d
commit 8bd6454b67
10 changed files with 91 additions and 42 deletions

View File

@@ -93,7 +93,7 @@
background-color: var(--main-alert-color);
opacity: 0.9;
width: 100%;
max-height: 40%;
max-height: 80vh;
overflow-y: auto;
overflow-x: clip;
left: 0;
@@ -104,8 +104,8 @@
text-align: center;
width: 80%;
margin:auto;
padding-top: 10px;
padding-bottom: 10px;
margin-top: 10px;
margin-bottom: 10px;
font-weight: 600;
}
.displayAlerts {