Merge pull request #15591 from edx/Learner-1254

Background color changed for microsoft button in social auth login
This commit is contained in:
hamzamunir7300
2017-07-26 20:42:21 +05:00
committed by GitHub
3 changed files with 11 additions and 5 deletions

View File

@@ -201,7 +201,7 @@ $twitter-blue: #55ACEE;
$facebook-blue: #3B5998;
$linkedin-blue: #0077B5;
$google-red: #D73924;
$microsoft-blue: #00BCF2;
$microsoft-black: #000000;
// shadows
$shadow: rgba(0,0,0,0.2) !default;

View File

@@ -520,16 +520,16 @@
}
&.button-oa2-azuread-oauth2 {
color: darken($microsoft-blue, 20%);
color: $microsoft-black;
.icon {
background: $microsoft-blue;
background: $microsoft-black;
}
&:hover,
&:focus {
background-color: $microsoft-blue;
border: 1px solid $microsoft-blue;
background-color: $microsoft-black;
border: 1px solid $microsoft-black;
color: $white;
}
}