Skip to content

Commit 1ae4bde

Browse files
committed
#68 using default bootstrap styles
1 parent a8c9c60 commit 1ae4bde

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

src/app/modules/activities-management/components/create-activity/create-activity.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ <h1 class="card-title">Activity</h1>
2323

2424
<div class="btn-toolbar" role="toolbar">
2525
<div class="btn-group mr-2" role="group">
26-
<button class="btn save-button-style mb-2" type="submit" [disabled]="!activityForm.valid">Save</button>
26+
<button class="btn btn-primary mb-2" type="submit" [disabled]="!activityForm.valid">Save</button>
2727
</div>
2828
<div class="btn-group mr-2" role="group">
29-
<button class="btn cancel-button-style mb-2" type="reset" [hidden]="!activityToEdit" (click)="cancelButton()">
29+
<button class="btn btn-secondary mb-2" type="reset" [hidden]="!activityToEdit" (click)="cancelButton()">
3030
Cancel
3131
</button>
3232
</div>
Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +0,0 @@
1-
@import '../../../../../styles/colors.scss';
2-
3-
.save-button-style {
4-
background-image: $button-primary-color;
5-
color: white;
6-
}
7-
8-
.cancel-button-style {
9-
background-color: $modal-button-secondary;
10-
color: white;
11-
}

0 commit comments

Comments
 (0)