Project

General

Profile

« Previous | Next » 

Revision 60962

[Library | Trunk]: Move global variables to library

View differences:

modules/uoa-services-library/trunk/ng-openaire-library/src/assets/library-css/variables.scss
1
:root {
2
  --contrast-color: white;
3
  --theme-primary-color: #222080;
4
  --theme-secondary-color: #4686e5;
5
  --theme-primary-color-rgb: 34,31,128;
6
  --theme-secondary-color-rgb: 70,134,229;
7
  --openaire-main-color: #313179;
8
  --explore-portal-color: #D95F2D;
9
  --provide-portal-color: #37C7E9;
10
  --monitor-portal-color: #8DCA26;
11
  --connect-portal-color: #EBB13E;
12
  --develop-portal-color: #DA65AB;
13
  --explore-portal-lower-tone: #a0462c;
14
  --provide-portal-lower-tone: #3A8FA3;
15
  --monitor-portal-lower-tone: #7c9144;
16
  --connect-portal-lower-tone: #b48536;
17
  --develop-portal-lower-tone: #9f4e7e;
18
}
modules/uoa-services-library/trunk/ng-openaire-library/src/assets/library-css/library.scss
1
@import "variables.scss";
1 2
@import "portal.scss";
2 3
@import "pagination.scss";
3 4
@import "labels.scss";

Also available in: Unified diff