aeternity / aepp-components

deprecated: aepp-components to be used in all aepps.
ISC License
41 stars 14 forks source link

AeAddress: Make font size adjustable #97

Closed davidyuk closed 6 years ago

davidyuk commented 6 years ago

Closes #96. Related to #87. AeAddress has written in a wrong way, all component text have the same size, so it is not necessary to define font size explicitly on sub-nodes, it is enough to set font size only for the root node. In this case, the font size will be inherited by child nodes, and it will be possible to adjust it from parent component even with scoped attribute. screenshot from 2018-04-23 16-40-46 It was necessary to update vue-styleguidist package for writing examples as vue templates.