mirror of
https://github.com/penpot/penpot.git
synced 2025-07-06 00:27:16 +02:00
♻️ Add tagline and some refactor to login page
This commit is contained in:
parent
3d6eb9d4bb
commit
30e1c3b4ff
18 changed files with 147 additions and 113 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue