RIFT-15224: UI Composer: Leafref dropdowns need to always create value as string
[osm/UI.git] / skyquake / plugins / composer / src / src / styles / _ColorGroups.scss
1
2 /**
3 These colors are also defined in ColorGroups.js. Hint: ColorGroups.js has a convenience function to generate these variables
4 so you can output to console and then copy and paste them here. It saves typing/copy/pasting across the two files.
5 **/
6
7 $nsd-primary-color: #6c71c4;
8 $nsd-secondary-color: #6c71c4;
9
10 $vld-primary-color: #073642;
11 $vld-secondary-color: #073642;
12
13 $internal-vld-primary-color: #073642;
14 $internal-vld-secondary-color: #073642;
15
16 $vdu-primary-color: #859900;
17 $vdu-secondary-color: #859900;
18
19 $vnfd-primary-color: #268bd2;
20 $vnfd-secondary-color: #268bd2;
21
22 $constituent-vnfd-primary-color: #268bd2;
23 $constituent-vnfd-secondary-color: #268bd2;
24
25 $vnffgd-primary-color: #2aa198;
26 $vnffgd-secondary-color: #2aa198;
27
28 $common-primary-color: black;
29 $common-secondary-color: white;
30 $common-background-color: white;
31 $common-foreground-color: black;
32
33 $readonly-background-color: #ffe;