Skip to content

Commit 7ca2d85

Browse files
committed
resize button
1 parent 490a689 commit 7ca2d85

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/app/components/options-sidebar/time-clock/time-clock.component.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
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>

0 commit comments

Comments
 (0)