Skip to content

Commit 5426a9e

Browse files
committed
sign in page google sign in button style
1 parent 78a0eb0 commit 5426a9e

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

src/app/pages/sign-in/sign-in.component.css

+6-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,15 @@
1616
color: var(--color4);
1717
}
1818

19-
.sign-in-button {
19+
.sign-in-button-g {
2020
background: var(--color4);
2121
}
2222

23-
.sign-in-button img {
23+
.sign-in-button-g img {
2424
height: 20px;
2525
width: 20px;
2626
}
27+
28+
.inner-text-g{
29+
color: var(--color2);
30+
}
+2-12
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
1-
<!--<mat-card class="card mat-elevation-z3">-->
2-
<!-- <mat-card-header class="card-header">-->
3-
<!-- <mat-card-title class="header-text">Sign In</mat-card-title>-->
4-
<!-- </mat-card-header>-->
5-
<!-- <mat-card-content>-->
6-
<!-- <button mat-raised-button>Google</button>-->
7-
8-
<!-- </mat-card-content>-->
9-
<!--</mat-card>-->
10-
111
<div class="wrapper">
122
<h2 class="title">To-do app</h2>
133
<h2 class="subtitle">Sign in</h2>
14-
<button mat-raised-button class="sign-in-button">
4+
<button mat-raised-button class="sign-in-button-g">
155
<img src="assets/icons/google-logo.png" />
16-
<span>Google</span>
6+
<span class="inner-text-g">Google</span>
177
</button>
188
</div>

0 commit comments

Comments
 (0)