##// END OF EJS Templates
css: add type css to polymer elements
ergo -
r820:ab599ff9 default
parent child Browse files
Show More
@@ -1,24 +1,25 b''
1 //Primary CSS
1 //Primary CSS
2 //--- IMPORTS ------------------//
2 //--- IMPORTS ------------------//
3 @import 'helpers';
3 @import 'helpers';
4 @import 'mixins';
4 @import 'mixins';
5 @import 'variables';
5 @import 'variables';
6 @import 'buttons';
6 @import 'buttons';
7 @import 'alerts';
7 @import 'alerts';
8 @import 'type';
8
9
9 :root {
10 :root {
10 --primary-color: @rcblue;
11 --primary-color: @rcblue;
11 --light-primary-color: @rclightblue;
12 --light-primary-color: @rclightblue;
12 --dark-primary-color: @rcdarkblue;
13 --dark-primary-color: @rcdarkblue;
13 --primary-text-color: @text-color;
14 --primary-text-color: @text-color;
14
15
15 --paper-spinner-layer-1-color: @grey6;
16 --paper-spinner-layer-1-color: @grey6;
16 --paper-spinner-layer-2-color: @grey5;
17 --paper-spinner-layer-2-color: @grey5;
17 --paper-spinner-layer-3-color: @grey4;
18 --paper-spinner-layer-3-color: @grey4;
18 --paper-spinner-layer-4-color: @grey3;
19 --paper-spinner-layer-4-color: @grey3;
19 }
20 }
20
21
21 .paper-toggle-button {
22 .paper-toggle-button {
22 display: inline;
23 display: inline;
23 }
24 }
24
25
General Comments 0
You need to be logged in to leave comments. Login now