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:
Belén Curcio
2018-08-09 10:26:00 -03:00
7 changed files with 26 additions and 8 deletions
+10 -1
View File
@@ -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);
}