Skip to content

Commit

Permalink
fix: style progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmatthew committed Jul 20, 2021
1 parent 573e501 commit dede691
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scss/_progress.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.progress {
border: 1px solid $primary;
}
4 changes: 4 additions & 0 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,10 @@ $pagination-disabled-color: $btn-disabled-color;
$pagination-disabled-bg: $white;
$pagination-disabled-border-color: $primary;

$progress-height: .5rem !default;
$progress-bg: transparent !default;
$progress-border-radius: .5rem !default;

$table-striped-bg: $gray-100;
$table-cell-vertical-align: middle;
$table-border-color: $gray-200;
Expand Down
1 change: 1 addition & 0 deletions scss/talis.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ $enable-shadows: false;
@import "navs";
@import "pager";
@import "pagination";
@import "progress";
@import "skip-link";
@import "tables";
@import "toasts";
Expand Down

0 comments on commit dede691

Please sign in to comment.