54376 Fix border radius for omniauth signin block

This commit is contained in:
Paul Gear 2018-12-11 22:19:17 +07:00
parent c7ba5c0aeb
commit 2463da920a

View file

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