Added custom tab pages animations

This commit is contained in:
Stefan Zermatten
2017-01-27 15:34:09 +02:00
parent d710579025
commit 3530eefb2a
12 changed files with 185 additions and 43 deletions

View File

@@ -21,6 +21,12 @@
color: #dedede;
color: rgba(255,255,255,0.87);
}
paper-tabs {
--paper-tabs-selection-bar-color: var(--accent-color);
}
paper-tab {
--paper-tab-ink: var(--light-accent-color);
}
a {
color: inherit;
text-decoration: none;