Commit c5072d63 by Omar Khan Committed by Adam Palay

Add azuread SSO button style

parent 07892a75
...@@ -460,6 +460,25 @@ ...@@ -460,6 +460,25 @@
} }
} }
&.button-oa2-azuread-oauth2 {
color: darken($microsoft-blue, 20%);
.icon {
background: $microsoft-blue;
}
&:hover,
&:focus {
background-color: $microsoft-blue;
border: 1px solid $microsoft-blue;
color: $white;
}
&:hover {
box-shadow: 0 2px 1px 0 darken($microsoft-blue, 10%);
}
}
} }
.button-secondary-login { .button-secondary-login {
......
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