26 lines
801 B
HTML
26 lines
801 B
HTML
<link rel="import" href="../components/polymer/polymer.html">
|
|
<link rel="import" href="../components/iron-flex-layout/iron-flex-layout-classes.html">
|
|
<link rel="import" href="../components/paper-styles/classes/typography.html">
|
|
<link rel="import" href="../components/paper-styles/classes/global.html">
|
|
|
|
<style is="custom-style" include="iron-flex iron-flex-alignment iron-positioning">
|
|
--primary-color: #424242;
|
|
--light-primary-color: #666;
|
|
--dark-primary-color: #222;
|
|
--accent-color: #d13b2e;
|
|
--light-accent-color: #ff5a4b;
|
|
--dark-accent-color: #ad2a1f;
|
|
paper-item.short {
|
|
--paper-item-min-height: 32px;
|
|
}
|
|
a {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
text-transform: inherit;
|
|
font-size: inherit;
|
|
font-weight: inherit;
|
|
letter-spacing: inherit;
|
|
line-height: inherit;
|
|
}
|
|
</style>
|