16 lines
244 B
SCSS
16 lines
244 B
SCSS
.devise-omniauth-form {
|
|
.oauth-logins {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
@include breakpoint(medium) {
|
|
flex-direction: row;
|
|
}
|
|
|
|
.oauth-login {
|
|
@include grid-column-gutter;
|
|
flex-grow: 1;
|
|
}
|
|
}
|
|
}
|