diff --git a/designSystem.css b/designSystem.css index ed86a31..c88a650 100644 --- a/designSystem.css +++ b/designSystem.css @@ -73,17 +73,21 @@ a:hover, a:active { padding: 0; display: flex; flex-direction: row; + flex-grow: 1; gap: 20px; } .nav-buttons__button { margin: 0; padding: 12px; + display: flex; + justify-content: center; flex: 1; text-align: center; align-items: center; flex-direction: column; - gap: 8px; + /* gap: 8px; */ + gap: 0px; border-radius: 12px; outline: 1px solid #E4E4E7; background: #FFF; diff --git a/index.html b/index.html index 6b57f0d..e454ed7 100644 --- a/index.html +++ b/index.html @@ -80,7 +80,7 @@

Alerts & Advisories

elevator icon diff --git a/script.js b/script.js index 6edd1da..684c36d 100644 --- a/script.js +++ b/script.js @@ -426,6 +426,11 @@ function updateAccessView() { let alertList = document.querySelector("#alert-list__content"); alertList.innerHTML = ''; + // temporarily show a 'coming soon message' + alertList.innerHTML = `
Coming soon!
`; + return; + // end of temporary message + let service = getServiceSelected(); let nowvsLater = getStatusSelected();