Project

General

Profile

1
:root {
2
    --portal-main-color: #9ABB55;
3
    --portal-main-contrast: white;
4
    --portal-dark-color: #7c9144;
5

    
6
    --openaire-main-color: #313179;
7

    
8
    --explore-portal-color: #D95F2D;
9
    --provide-portal-color: #37C7E9;
10
    --monitor-portal-color: #9ABB55;
11
    --connect-portal-color: #EBB13E;
12
    --develop-portal-color: #DA65AB;
13

    
14
    --explore-portal-lower-tone: #a0462c;
15
    --provide-portal-lower-tone: #3A8FA3;
16
    --monitor-portal-lower-tone: #7c9144;
17
    --connect-portal-lower-tone: #b48536;
18
    --develop-portal-lower-tone: #9f4e7e;
19

    
20
    --sidebar-width: 320px;
21
    --sidebar-font-size: 16px;
22
    --header-height: 70px;
23
    --list-card-max-width: 1220px;
24
}
25

    
26
.refresh-iframe {
27
    background-color: rgba(0, 0, 0, 0.50);
28
    position: absolute;
29
}
(2-2/4)