mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-08 12:14:33 +08:00
Fixed SAML login button alignment
This commit is contained in:
@ -117,6 +117,7 @@ button {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
padding: $-s $-m;
|
padding: $-s $-m;
|
||||||
padding-bottom: ($-s - 2px);
|
padding-bottom: ($-s - 2px);
|
||||||
|
width: 100%;
|
||||||
svg {
|
svg {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
{!! csrf_field() !!}
|
{!! csrf_field() !!}
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<button id="saml-login" class="button outline block svg">
|
<button id="saml-login" class="button outline svg">
|
||||||
@icon('saml2')
|
@icon('saml2')
|
||||||
<span>{{ trans('auth.log_in_with', ['socialDriver' => config('saml2.name')]) }}</span>
|
<span>{{ trans('auth.log_in_with', ['socialDriver' => config('saml2.name')]) }}</span>
|
||||||
</button>
|
</button>
|
||||||
|
Reference in New Issue
Block a user