Blame view

bower_components/paper-styles/default-theme.html 980 Bytes
73bcce88   luigser   COMPONENTS
1
2
3
4
5
6
7
8
9
10
11
12
  <!--
  @license
  Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
  This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
  The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
  The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
  Code distributed by Google as part of the polymer project is also
  subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
  -->
  
  <link rel="import" href="../polymer/polymer.html">
  
73bcce88   luigser   COMPONENTS
13
14
15
  <style is="custom-style">
  
    :root {
73bcce88   luigser   COMPONENTS
16
  
c5169e0e   Renato De Donato   a new hope
17
18
19
20
21
22
23
24
25
26
27
      --dark-primary-color: #303f9f;
  
      --default-primary-color: #3f51b5;
  
      --light-primary-color: #c5cae9;
  
      --text-primary-color: #ffffff;
  
      --accent-color: #ff4081;
  
      --primary-background-color: #ffffff;
73bcce88   luigser   COMPONENTS
28
  
c5169e0e   Renato De Donato   a new hope
29
      --primary-text-color: #212121;
73bcce88   luigser   COMPONENTS
30
  
c5169e0e   Renato De Donato   a new hope
31
      --secondary-text-color: #757575;
73bcce88   luigser   COMPONENTS
32
  
c5169e0e   Renato De Donato   a new hope
33
      --disabled-text-color: #bdbdbd;
73bcce88   luigser   COMPONENTS
34
  
c5169e0e   Renato De Donato   a new hope
35
      --divider-color: #e0e0e0;
73bcce88   luigser   COMPONENTS
36
37
38
39
  
    }
  
  </style>