2015-12-18 16:50:36 +01:00
|
|
|
<link rel="import" href="../bower_components/polymer/polymer.html">
|
|
|
|
<style is="custom-style">
|
2015-12-23 13:57:13 +01:00
|
|
|
:root {
|
2015-12-18 16:50:36 +01:00
|
|
|
--dark-primary-color: #303F9F;
|
|
|
|
--default-primary-color: #3F51B5;
|
|
|
|
--light-primary-color: #C5CAE9;
|
2015-12-23 13:57:13 +01:00
|
|
|
--text-primary-color: #ffffff;
|
|
|
|
/*text/icons*/
|
2015-12-18 16:50:36 +01:00
|
|
|
--accent-color: #FF4081;
|
|
|
|
--primary-background-color: #c5cae9;
|
|
|
|
--primary-text-color: #212121;
|
|
|
|
--secondary-text-color: #727272;
|
|
|
|
--disabled-text-color: #bdbdbd;
|
|
|
|
--divider-color: #B6B6B6;
|
|
|
|
/* Components */
|
|
|
|
/* paper-drawer-panel */
|
|
|
|
--drawer-menu-color: #ffffff;
|
|
|
|
--drawer-border-color: 1px solid #ccc;
|
|
|
|
--drawer-toolbar-border-color: 1px solid rgba(0, 0, 0, 0.22);
|
|
|
|
/* paper-menu */
|
|
|
|
--paper-menu-background-color: #fff;
|
|
|
|
--menu-link-color: #111111;
|
2015-12-23 13:57:13 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
paper-progress {
|
|
|
|
width: 100%;
|
|
|
|
z-index: 1;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
}
|
2015-12-26 13:33:16 +01:00
|
|
|
neon-animated-pages{
|
2016-01-01 18:06:27 +01:00
|
|
|
height: 100vh;
|
2015-12-26 13:33:16 +01:00
|
|
|
}
|
2015-12-18 16:50:36 +01:00
|
|
|
</style>
|