File tree 2 files changed +8
-14
lines changed
2 files changed +8
-14
lines changed Original file line number Diff line number Diff line change 16
16
color : var (--color4 );
17
17
}
18
18
19
- .sign-in-button {
19
+ .sign-in-button-g {
20
20
background : var (--color4 );
21
21
}
22
22
23
- .sign-in-button img {
23
+ .sign-in-button-g img {
24
24
height : 20px ;
25
25
width : 20px ;
26
26
}
27
+
28
+ .inner-text-g {
29
+ color : var (--color2 );
30
+ }
Original file line number Diff line number Diff line change 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
-
11
1
< div class ="wrapper ">
12
2
< h2 class ="title "> To-do app</ h2 >
13
3
< 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 ">
15
5
< img src ="assets/icons/google-logo.png " />
16
- < span > Google</ span >
6
+ < span class =" inner-text-g " > Google</ span >
17
7
</ button >
18
8
</ div >
You can’t perform that action at this time.
0 commit comments