54376 Fix border radius for omniauth signin block
This commit is contained in:
parent
c7ba5c0aeb
commit
2463da920a
1 changed files with 3 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue