Add 'having issues' help text to login after 10 seconds

This commit is contained in:
MerlinScheurer
2025-03-14 09:08:40 +01:00
parent 862a854e64
commit 7abcfcc579
2 changed files with 38 additions and 0 deletions

View File

@@ -179,6 +179,10 @@ button:hover {
padding: 5px 0 5px 1rem;
}
.left-align {
text-align: start;
}
.help-text::before {
content: '?';
font-size: 1.5em;