##// END OF EJS Templates
vcs-settings: moved creation of largefiles default dirs into vcs settings view....
vcs-settings: moved creation of largefiles default dirs into vcs settings view. - couldn't find a better place to do this - check is cheap, and moving it out from AppStart to here makes more sense - users need to enable largefile form this view, so enforcing defaults dirs makes most sense right here in this view.

File last commit:

r820:ab599ff9 default
r1682:9db59bee default
Show More
polymer.less
25 lines | 539 B | text/x-less | LessCssLexer
//Primary CSS
//--- IMPORTS ------------------//
@import 'helpers';
@import 'mixins';
@import 'variables';
@import 'buttons';
@import 'alerts';
@import 'type';
:root {
--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;
}
.paper-toggle-button {
display: inline;
}