2024-05-17 20:32:43 +02:00
|
|
|
<a href="#" (click)="twitterLogin()"
|
|
|
|
[class]="(disabled ? 'disabled': '') + (customClass ? customClass : 'w-100 btn mt-1 d-flex justify-content-center align-items-center')"
|
|
|
|
style="background-color: #1DA1F2" [style]="width ? 'width: ' + width : ''">
|
|
|
|
<img src="./resources/twitter.svg" height="25" style="padding: 2px" [alt]="buttonString + ' with Twitter'" />
|
2024-05-18 16:13:58 +02:00
|
|
|
<span class="ml-2 text-light align-middle">{{ buttonString }}</span>
|
2024-05-17 20:32:43 +02:00
|
|
|
</a>
|