File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed
src/app/modules/activities-management/components/create-activity Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ <h1 class="card-title">Activity</h1>
23
23
24
24
< div class ="btn-toolbar " role ="toolbar ">
25
25
< 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 >
27
27
</ div >
28
28
< 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() ">
30
30
Cancel
31
31
</ button >
32
32
</ div >
Original file line number Diff line number Diff line change 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
- }
You can’t perform that action at this time.
0 commit comments