##// END OF EJS Templates
notifications: override material design colors with our colors
ergo -
r705:0122e338 default
parent child Browse files
Show More
@@ -7,3 +7,10 b''
7 @import 'variables';
7 @import 'variables';
8 @import 'type';
8 @import 'type';
9 @import 'buttons';
9 @import 'buttons';
10
11 :root {
12 --primary-color: @rcblue;
13 --light-primary-color: @rclightblue;
14 --dark-primary-color: @rcdarkblue;
15 --primary-text-color: @grey2;
16 }
@@ -1,5 +1,5 b''
1 <template is="dom-bind" id="notificationsPage">
1 <template is="dom-bind" id="notificationsPage">
2 <style include="shared-styles"></style>
2 <style include="shared-styles" is="custom-style"></style>
3 <iron-ajax id="toggleNotifications"
3 <iron-ajax id="toggleNotifications"
4 method="post"
4 method="post"
5 url="${url('my_account_notifications_toggle_visibility')}"
5 url="${url('my_account_notifications_toggle_visibility')}"
General Comments 0
You need to be logged in to leave comments. Login now