mirror of
https://github.com/wassname/talk.git
synced 2026-08-12 12:30:39 +08:00
Merge branch 'ui-components' of github.com:coralproject/talk into auth-views
* 'ui-components' of github.com:coralproject/talk: Updated code, and snapshots Changes added updated snapshots
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
letter-spacing: calc(0.2em / 16);
|
||||
}
|
||||
|
||||
.validationMessage {
|
||||
.alertMessage {
|
||||
color: var(--palette-common-black);
|
||||
font-family: var(--font-family);
|
||||
font-weight: var(--font-weight-medium);
|
||||
@@ -158,3 +158,12 @@
|
||||
letter-spacing: calc(0.2em / 16);
|
||||
color: var(--palette-text-primary);
|
||||
}
|
||||
|
||||
.placeholder {
|
||||
font-family: var(--font-family);
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: calc(16rem / var(--rem-base));
|
||||
font-size: calc(16rem / var(--rem-base));
|
||||
color: var(--palette-grey-lighter);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user