New user basic info card and improved layout, telephone number and other contact details shown.

This commit is contained in:
Leo Vasanko
2026-02-17 17:33:06 +00:00
parent a67fd77a32
commit 8128d40202
12 changed files with 274 additions and 188 deletions
+2
View File
@@ -325,6 +325,7 @@ input:not([type]),
input[type="text"],
input[type="search"],
input[type="email"],
input[type="tel"],
textarea,
select {
font: inherit;
@@ -341,6 +342,7 @@ input:not([type]):focus,
input[type="text"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
outline: none;