Skip to content

Commit

Permalink
customize some bootstrap variables
Browse files Browse the repository at this point in the history
  • Loading branch information
littlegubs committed Apr 8, 2022
1 parent 0c63e93 commit bd24bc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</ng-container>
<ng-template #musicRowButtons>
<ng-container *ngIf="!edit; else editMusicButtons">
<button class="btn btn-sm btn-outline-primary" (click)="createFormGroup()">edit</button>
<button class="btn btn-sm btn-primary" (click)="createFormGroup()">edit</button>
<button class="btn btn-sm btn-danger" (click)="delete()">delete</button>
</ng-container>
<ng-template #editMusicButtons>
Expand Down
6 changes: 2 additions & 4 deletions src/assets/scss/abstracts/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
$primary: #FF7D43;
$danger: #ff4343;
$success: #56ff43;

$background: #20262b;
$dark: #141516;
$white: #e8e6e3;
$black: #171717;

$theme-colors: (
"primary": $primary,
);

0 comments on commit bd24bc8

Please sign in to comment.