##// END OF EJS Templates
js: remove rc-toggle
marcink -
r4030:386f1ab6 default
parent child Browse files
Show More

The requested changes are too big and content was truncated. Show full diff

1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
@@ -1,25 +1,21 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 8 @import 'type';
9 9
10 10 :root {
11 11 --primary-color: @rcblue;
12 12 --light-primary-color: @rclightblue;
13 13 --dark-primary-color: @rcdarkblue;
14 14 --primary-text-color: @text-color;
15 15
16 16 --paper-spinner-layer-1-color: @grey6;
17 17 --paper-spinner-layer-2-color: @grey5;
18 18 --paper-spinner-layer-3-color: @grey4;
19 19 --paper-spinner-layer-4-color: @grey3;
20 20 }
21 21
22 .paper-toggle-button {
23 display: inline;
24 }
25
@@ -1,7 +1,6 b''
1 1 import '@polymer/iron-ajax/iron-ajax.js';
2 2 import './shared-styles.js';
3 3 import './channelstream-connection/channelstream-connection.js';
4 4 import './rhodecode-toast/rhodecode-toast.js';
5 import './rhodecode-toggle/rhodecode-toggle.js';
6 5 import './rhodecode-unsafe-html/rhodecode-unsafe-html.js';
7 6 import './rhodecode-app/rhodecode-app.js';
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now