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