The element is importing iron-flex-layout-classes while it is not using the classes at all. However, it is using iron-flex-vars, so I included iron-flex-layout instead.
The element is importing paper-styles but it only uses some styling definitions from the typography module. The paper-styles import is also importing a deprecated iron-flex-classes that are causing warnings in the console (see issue PolymerElements/paper-styles#105). By importing the specific styling modules, those warnings can be circumvented.
I tested the changes and everything seems still displayed correctly.
I'm purposing this pull request because:
I tested the changes and everything seems still displayed correctly.