File tree Expand file tree Collapse file tree 6 files changed +35
-3
lines changed
Expand file tree Collapse file tree 6 files changed +35
-3
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,8 @@ At the moment there are style rules for the IdPs:
154154* IGTF
155155* LinkedIn
156156* ORCID
157+ * OpenAIRE
158+ * OpenMinTeD
157159
158160### Cookie Policy
159161
Original file line number Diff line number Diff line change @@ -34,4 +34,7 @@ $eduteams-yellow: #f1ccb3;
3434$eduteams-yellow-dark : #e59959 ;
3535$egi-gray : #b1b1b1 ;
3636$egi-cyan : #a2c5df ;
37+ $openaire-lightblue : #4686e6 ;
38+ $openaire-blue : #39378d ;
39+ $openminted : #02bab4 ;
3740
Original file line number Diff line number Diff line change 414414 .ssp-line-or-line__or {
415415 @extend h2;
416416 position : relative ;
417- background : $white ;
417+ background : $body-bg ;
418418 padding : 0 24px ;
419419 bottom : -10px ;
420420
Original file line number Diff line number Diff line change 1010 }
1111 & .elixir {
1212 background-color : $elixir ;
13+ border : 1px solid $elixir ;
1314 }
1415 & .igtf {
1516 color : $igtf ;
2627 }
2728 & .google {
2829 background-color : $google ;
30+ border : 1px solid $google ;
2931 }
3032 & .orcid {
3133 color : darken ($orcid , 10% );
3436 }
3537 & .linkedin {
3638 background-color : $linkedin ;
39+ border : 1px solid $linkedin ;
3740 }
3841 & .facebook {
3942 background-color : $facebook ;
43+ border : 1px solid $facebook ;
4044 }
4145 & .aria {
4246 background-color : $aria ;
47+ border : 1px solid $aria ;
4348 img {
4449 height : 24px ;
4550 margin : 6px 0 ;
4651 }
4752 }
4853 & .eduteams {
49- background-color : transparent ;
54+ background-color : $white ;
5055 border : $eduteams-yellow 1px solid ;
5156 & :hover {
5257 border-color : $eduteams-yellow-dark ;
5762 }
5863 }
5964 & .egi {
60- background-color : transparent ;
65+ background-color : $white ;
6166 border : $egi-gray 1px solid ;
6267 color : $black ;
6368 padding : 2px 6px ;
7580 }
7681
7782 }
83+ & .openaire {
84+ background-color : $white ;
85+ border : $openaire-lightblue 1px solid ;
86+ & :hover {
87+ border-color : $openaire-blue ;
88+ }
89+ img {
90+ height : 30px ;
91+ margin : 2px 0 4px ;
92+ }
93+ }
94+ & .openminted {
95+ background-color : $white ;
96+ border : $openminted 1px solid ;
97+ & :hover {
98+ border-color : darken ($openminted , 20% );
99+ }
100+ img {
101+ height : 16px ;
102+ margin : 10px 0 ;
103+ }
104+ }
78105}
You can’t perform that action at this time.
0 commit comments