mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
feat(sign-in): add --font-control
This commit is contained in:
parent
3ab6a018fe
commit
0dd5b8808d
3 changed files with 3 additions and 2 deletions
|
@ -65,6 +65,7 @@ $font-family: 'PingFang SC', 'SF Pro Text', sans-serif;
|
|||
--font-heading-1: 600 28px/39px #{$font-family};
|
||||
--font-heading-2: 600 20px/28px #{$font-family};
|
||||
--font-heading-3: 600 16px/22.4px #{$font-family};
|
||||
--font-control: 500 16px/22.4px #{$font-family};
|
||||
--font-body: 400 12px/16px #{$font-family};
|
||||
--font-body-bold: 500 12px/16px #{$font-family};
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
border-radius: 12px;
|
||||
background: var(--color-button-background);
|
||||
color: var(--color-button-text);
|
||||
font: var(--font-heading-3);
|
||||
font: var(--font-control);
|
||||
box-shadow: var(--shadow-button);
|
||||
transition: var(--transition-default-control);
|
||||
cursor: pointer;
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
border-radius: _.unit(2);
|
||||
background: var(--color-control-background);
|
||||
color: var(--color-heading);
|
||||
font: var(--font-heading-3);
|
||||
font: var(--font-control);
|
||||
transition: var(--transition-default-control);
|
||||
|
||||
&::placeholder {
|
||||
|
|
Loading…
Reference in a new issue