Commit 453ae3e7 by Omar Khan

Add azuread SSO button style

parent 793bb0f1
......@@ -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 {
......
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