File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
< div class ="text-center mt-3 ">
2
-
3
2
< div class ="card ">
4
3
< div class ="card-header ">
5
4
< div class ="row ">
@@ -82,8 +81,8 @@ <h6 class="text-left"><strong>Projects</strong></h6>
82
81
</ button >
83
82
</ div >
84
83
< div class ="col text-right ">
85
- < button *ngIf ="isClockIn " class ="btn btn-success btn-lg " type ="button " (click) ="employeClockIn() "> Clock In</ button >
86
- < button *ngIf ="!isClockIn " class ="btn btn-danger btn-lg " type ="button " (click) ="employeClockIn() "> Clock Out</ button >
84
+ < button *ngIf ="isClockIn " class ="btn btn-success btn-sm " type ="button " (click) ="employeClockIn() "> Clock In</ button >
85
+ < button *ngIf ="!isClockIn " class ="btn btn-danger btn-sm " type ="button " (click) ="employeClockIn() "> Clock Out</ button >
87
86
</ div >
88
87
</ div >
89
88
</ div >
You can’t perform that action at this time.
0 commit comments