UX Improvements for Home page and Accessibility Statement page

This commit is contained in:
2024-07-31 16:52:05 +01:00
parent 6f4e329258
commit 0201b85836
2341 changed files with 11763 additions and 296638 deletions

View File

@@ -240,6 +240,8 @@ img, video {
img.header-logo {
max-height: 15vh;
max-width: 20vw;
cursor: pointer;
border-radius: 5vh !important;
}
/* icon images */
@@ -411,7 +413,7 @@ img.header-logo {
width: 100%;
}
button, .btn-submit, input[type="submit"] {
button, .button-submit, input[type="submit"] {
font-size: 20px;
font-weight: bold;
border: 4px solid;
@@ -457,7 +459,7 @@ button, .btn-submit, input[type="submit"] {
.overlay.expanded {
display: block !important;
}
.overlay.collapsed {
.collapsed {
display: none !important;
}
@@ -508,4 +510,13 @@ ul {
li {
text-align: left;
font-size: 18px;
}
.dirty {
/* color: var(--c_purple_dark); */
border-color: var(--c_purple_dark);
}
td.dirty {
background-color: var(--c_purple_dark);
}