Commit 61051d49 authored by Athina Bekakou's avatar Athina Bekakou Committed by Olga Brani
Browse files

Add button for eduTeams

Conflicts:
	www/resources/sass/_colors.scss
Showing with 14 additions and 1 deletion
+14 -1
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -29,6 +29,9 @@ $dariah-text: #414b7e;
$dariah-border: #a5a5c1;
$b2access-orange: #e98404;
$b2access-blue: #1d418f;
$aria: #639825;
$eduTeams-yellow: #f1ccb3;
$eduTeams-yellow-dark: #e59959;
// EGI colors
// From: https://www.egi.eu/wp-content/uploads/2016/09/EGI_Logo_Guidelines.pdf
......@@ -36,4 +39,3 @@ $egi_blue_dark: #0067b1;
$egi_blue_light: #599adb;
$egi_gray: #999999;
$egi_orange: #ef8200;
$aria: #639825;
......@@ -45,4 +45,15 @@
margin: 6px 0;
}
}
&.eduTeams {
background-color: transparent;
border: $eduTeams-yellow 1px solid;
&:hover {
border-color: $eduTeams-yellow-dark;
}
img {
height: 32px;
margin: 2px 0;
}
}
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment