How to change font-size of paper-input in Polymer 1.0 -


in polymer 1.0 can change font-size of iron-input component example:

input {    font-size: 24px; } 

if use iron-input component within paper-input-container not work. if use paper-input component not work well. so, how do it? in advance.

you can using --paper-input-container-input mixin. can use on own element or via <style is="custom-style">. don't forget semicolons after every mixin.


Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -