Button should inherit font

This commit is contained in:
Belen Curcio
2017-03-07 14:56:28 -05:00
parent 9d13eedede
commit dc96b550a6
+1 -1
View File
@@ -9,7 +9,7 @@
min-width: 64px;
padding: 0 8px;
display: inline-block;
font-family: 'Roboto','Helvetica','Arial',sans-serif;
font-family: inherit;
font-size: 14px;
overflow: hidden;
will-change: box-shadow,transform;