Skip to content

Commit ffa0e1c

Browse files
olgabraniathinab
authored andcommitted
Merge branch 'feature-update-buttons' into devel
2 parents f36a5a3 + ee55af1 commit ffa0e1c

File tree

6 files changed

+35
-3
lines changed

6 files changed

+35
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

www/resources/images/openaire.png

10.5 KB
Loading
3.76 KB
Loading

www/resources/sass/_colors.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

www/resources/sass/_extra.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ h4 {
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

www/resources/sass/_idps_buttons.scss

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
}
1111
&.elixir {
1212
background-color: $elixir;
13+
border: 1px solid $elixir;
1314
}
1415
&.igtf {
1516
color: $igtf;
@@ -26,6 +27,7 @@
2627
}
2728
&.google {
2829
background-color: $google;
30+
border: 1px solid $google;
2931
}
3032
&.orcid {
3133
color: darken($orcid, 10%);
@@ -34,19 +36,22 @@
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;
@@ -57,7 +62,7 @@
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;
@@ -75,4 +80,26 @@
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
}

0 commit comments

Comments
 (0)