blob: 6c1e32383e9e565557a3361a26e45a4ddf800c2f [file] [log] [blame]
<link rel="import" href="chrome://resources/html/polymer.html">
<link rel="import" href="chrome://resources/cr_elements/shared_vars_css.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.html">
<custom-style>
<style is="custom-style">
html {
--card-max-width: 960px;
--card-padding-side: 32px;
--folder-inactive-color: #5a5a5a;
--highlight-color: var(--google-blue-50);
--interactive-color: var(--google-blue-500);
--iron-icon-height: 20px;
--iron-icon-width: 20px;
--min-sidebar-width: 256px;
--primary-text-color: var(--google-grey-900);
--secondary-text-color: var(--google-grey-700);
--splitter-width: 15px;
}
</style>
</custom-style>