Project

General

Profile

« Previous | Next » 

Revision 60961

[Dashbpard | Theme]: Move global variables to library

View differences:

modules/uoa-monitor-portal/trunk/monitor_dashboard/src/assets/dashboard-theme/variables.css
1 1
:root {
2
  --portal-main-color: #8DCA26;
2
  --portal-main-color: var(--monitor-portal-color);
3 3
  --portal-main-contrast: white;
4
  --portal-dark-color: #7c9144;
4
  --portal-dark-color: var(--monitor-portal-lower-tone);
5 5
  --primary-color: var(--theme-primary-color);
6 6
  --secondary-color: var(--theme-secondary-color);
7 7
  --primary-color-rgb: var(--theme-primary-color-rgb);
8 8
  --secondary-color-rgb: var(--theme-secondary-color-rgb);
9
  --contrast-color: white;
10

  
11
  /* Portable Variables*/
12
  --theme-primary-color: #222080;
13
  --theme-secondary-color: #4686e5;
14
  --theme-primary-color-rgb: 34,31,128;
15
  --theme-secondary-color-rgb: 70,134,229;
16
  --openaire-main-color: #313179;
17
  --explore-portal-color: #D95F2D;
18
  --provide-portal-color: #37C7E9;
19
  --monitor-portal-color: #8DCA26;
20
  --connect-portal-color: #EBB13E;
21
  --develop-portal-color: #DA65AB;
22

  
23
  --explore-portal-lower-tone: #a0462c;
24
  --provide-portal-lower-tone: #3A8FA3;
25
  --monitor-portal-lower-tone: #7c9144;
26
  --connect-portal-lower-tone: #b48536;
27
  --develop-portal-lower-tone: #9f4e7e;
28 9
}

Also available in: Unified diff