Commit 2463da92 authored by Paul Gear's avatar Paul Gear

54376 Fix border radius for omniauth signin block

parent c7ba5c0a
...@@ -49,8 +49,8 @@ ...@@ -49,8 +49,8 @@
.login-box, .login-box,
.omniauth-container { .omniauth-container {
box-shadow: 0 0 0 1px $border-color; box-shadow: 0 0 0 1px $border-color;
border-bottom-right-radius: 2px; border-bottom-right-radius: $border-radius-small;
border-bottom-left-radius: 2px; border-bottom-left-radius: $border-radius-small;
padding: 15px; padding: 15px;
.login-heading h3 { .login-heading h3 {
...@@ -95,6 +95,7 @@ ...@@ -95,6 +95,7 @@
} }
.omniauth-container { .omniauth-container {
border-radius: $border-radius-small;
font-size: 13px; font-size: 13px;
p { p {
......
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