polymer.less
25 lines
| 539 B
| text/x-less
|
LessCssLexer
r699 | //Primary CSS | |||
//--- IMPORTS ------------------// | ||||
@import 'helpers'; | ||||
@import 'mixins'; | ||||
@import 'variables'; | ||||
@import 'buttons'; | ||||
r762 | @import 'alerts'; | |||
r820 | @import 'type'; | |||
r705 | ||||
:root { | ||||
r706 | --primary-color: @rcblue; | |||
--light-primary-color: @rclightblue; | ||||
--dark-primary-color: @rcdarkblue; | ||||
--primary-text-color: @text-color; | ||||
--paper-spinner-layer-1-color: @grey6; | ||||
--paper-spinner-layer-2-color: @grey5; | ||||
--paper-spinner-layer-3-color: @grey4; | ||||
--paper-spinner-layer-4-color: @grey3; | ||||
r705 | } | |||
r706 | ||||
.paper-toggle-button { | ||||
display: inline; | ||||
} | ||||