mirror of
https://github.com/ambieco/laravel-sign-in-with-apple.git
synced 2026-01-12 22:43:49 +08:00
fixed typo in css, changed = to :
This commit is contained in:
@@ -72,7 +72,7 @@ class ServiceProvider extends LaravelServiceProvider
|
|||||||
</style>
|
</style>
|
||||||
<a
|
<a
|
||||||
href="{$route}"
|
href="{$route}"
|
||||||
style="display: block; font-family='SF Pro Text'; text-align: center; height: 25%; padding: 5%; padding-top: 3%; padding-bottom: 3%; width: 100%; background-color: {$backgroundColor}; border: {$border}; border-radius: {$borderRadius}px; color: {$textColor};"
|
style="display: block; font-family:'SF Pro Text'; text-align: center; height: 25%; padding: 5%; padding-top: 3%; padding-bottom: 3%; width: 100%; background-color: {$backgroundColor}; border: {$border}; border-radius: {$borderRadius}px; color: {$textColor};"
|
||||||
id="sign-in-with-apple"
|
id="sign-in-with-apple"
|
||||||
>
|
>
|
||||||
{$text} with Apple
|
{$text} with Apple
|
||||||
|
|||||||
Reference in New Issue
Block a user