Commit 9bd50f34 by Hamza Munir

Background color changed for microsoft button in social auth login/register

parent c6e08517
...@@ -201,7 +201,7 @@ $twitter-blue: #55ACEE; ...@@ -201,7 +201,7 @@ $twitter-blue: #55ACEE;
$facebook-blue: #3B5998; $facebook-blue: #3B5998;
$linkedin-blue: #0077B5; $linkedin-blue: #0077B5;
$google-red: #D73924; $google-red: #D73924;
$microsoft-blue: #00BCF2; $microsoft-black: #000000;
// shadows // shadows
$shadow: rgba(0,0,0,0.2) !default; $shadow: rgba(0,0,0,0.2) !default;
......
...@@ -509,16 +509,16 @@ ...@@ -509,16 +509,16 @@
} }
&.button-oa2-azuread-oauth2 { &.button-oa2-azuread-oauth2 {
color: darken($microsoft-blue, 20%); color: darken($microsoft-black, 20%);
.icon { .icon {
background: $microsoft-blue; background: $microsoft-black;
} }
&:hover, &:hover,
&:focus { &:focus {
background-color: $microsoft-blue; background-color: $microsoft-black;
border: 1px solid $microsoft-blue; border: 1px solid $microsoft-black;
color: $white; color: $white;
} }
} }
......
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