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