]> BookStack Code Mirror - bookstack/blobdiff - resources/views/auth/login.blade.php
Cleaned up usage of some core scss files
[bookstack] / resources / views / auth / login.blade.php
index 90095881259cb0d5b79e81a4e6f84b65604b073d..14ed507bc8bc6e1d840865da342f00e64db97f72 100644 (file)
@@ -36,7 +36,7 @@
                 <hr class="my-l">
                 @foreach($socialDrivers as $driver => $name)
                     <div>
-                        <a id="social-login-{{$driver}}" class="button outline block svg text-left" href="{{ baseUrl("/login/service/" . $driver) }}">
+                        <a id="social-login-{{$driver}}" class="button outline block svg" href="{{ baseUrl("/login/service/" . $driver) }}">
                             @icon('auth/' . $driver)
                             {{ trans('auth.log_in_with', ['socialDriver' => $name]) }}
                         </a>