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 11< div class ="text-center mt-3 ">
2-
32 < div class ="card ">
43 < div class ="card-header ">
54 < div class ="row ">
@@ -82,8 +81,8 @@ <h6 class="text-left"><strong>Projects</strong></h6>
8281 </ button >
8382 </ div >
8483 < 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 >
8786 </ div >
8887 </ div >
8988 </ div >
You can’t perform that action at this time.
0 commit comments