feat(web): Improve UI styling and add registration prompt

This commit is contained in:
2024-10-01 20:03:49 +02:00
parent 8d4bfe6e3a
commit e36b701812
7 changed files with 247 additions and 116 deletions
+6 -1
View File
@@ -36,6 +36,10 @@ export class IdpWelcome extends DeesElement {
h1 {
font-family: 'Cal Sans';
text-align: center;
font-size: 24px;
margin: 24px auto;
padding: 0px 24px;
width: 500px;
letter-spacing:0.0125em;
}
@@ -43,7 +47,8 @@ export class IdpWelcome extends DeesElement {
margin: 24px auto;
width: 500px;
background: #111111;
border-radius: 8px;
border-radius: 16px;
border-top: 1px solid ${cssManager.bdTheme('#ffffff', '#222222')};
padding: 24px;
}