♻️ Add tagline and some refactor to login page

This commit is contained in:
Eva Marco 2024-03-22 16:45:51 +01:00
parent 3d6eb9d4bb
commit 30e1c3b4ff
18 changed files with 147 additions and 113 deletions

View file

@ -50,7 +50,6 @@
cursor: pointer;
color: var(--modal-title-foreground-color);
text-transform: uppercase;
margin-bottom: $s-8;
input {
@extend .input-element;
color: var(--input-foreground-color-active);
@ -144,8 +143,9 @@
.hint {
@include bodySmallTypography;
color: var(--modal-text-foreground-color);
width: 99%;
margin-block-start: $s-8;
color: var(--modal-text-foreground-color);
}
.checkbox {