Improve OAuth buttons style
This commit is contained in:
parent
c6bd82ddaa
commit
ced25c51c4
@ -56,7 +56,7 @@
|
|||||||
<div class="line"><mat-divider></mat-divider></div>
|
<div class="line"><mat-divider></mat-divider></div>
|
||||||
</div>
|
</div>
|
||||||
<ng-container *ngFor="let oauth2Client of oauth2Clients">
|
<ng-container *ngFor="let oauth2Client of oauth2Clients">
|
||||||
<a mat-raised-button color="primary" class="centered" href="{{ oauth2Client.url }}">
|
<a mat-raised-button color="warn" class="centered" href="{{ oauth2Client.url }}">
|
||||||
<mat-icon svgIcon="{{ oauth2Client.icon }}"></mat-icon>
|
<mat-icon svgIcon="{{ oauth2Client.icon }}"></mat-icon>
|
||||||
{{ 'login.login-with' | translate: {name: oauth2Client.name} }}
|
{{ 'login.login-with' | translate: {name: oauth2Client.name} }}
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@ -70,6 +70,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user