Implement new button api

This commit is contained in:
Chi Vinh Le
2018-07-19 19:47:01 -03:00
parent d31d8d94e2
commit 05605d6d50
20 changed files with 452 additions and 166 deletions
+10
View File
@@ -110,10 +110,20 @@
}
.button {
color: var(--palette-text-secondary);
font-family: "Source Sans Pro";
font-weight: var(--font-weight-medium);
font-size: 14px;
line-height: calc(18em / 16);
letter-spacing: calc(0.57em / 16);
}
.buttonLarge {
color: var(--palette-text-secondary);
font-family: "Source Sans Pro";
font-weight: var(--font-weight-medium);
font-size: 16px;
line-height: calc(20em / 16);
letter-spacing: calc(0.57em / 16);
}