Skip to content

Commit

Permalink
update assets
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhairi committed Apr 13, 2018
1 parent e863e3d commit 9ada0d9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion assets/stylesheets/bootswatch/cosmo/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ $alert-border-width: 0 !default;

// Progress bars

$progress-height: 8px !default;
$progress-height: 0.5rem !default;
4 changes: 2 additions & 2 deletions assets/stylesheets/bootswatch/darkly/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ $modal-header-border-color: $gray-700 !default;

// Progress bars

$progress-height: 10px !default;
$progress-font-size: 10px !default;
$progress-height: 0.625rem !default;
$progress-font-size: 0.625rem !default;
$progress-bg: $gray-700 !default;

// List group
Expand Down
4 changes: 2 additions & 2 deletions assets/stylesheets/bootswatch/flatly/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ $pagination-disabled-border-color: transparent !default;

// Progress bars

$progress-height: 10px !default;
$progress-font-size: 10px !default;
$progress-height: 0.625rem !default;
$progress-font-size: 0.625rem !default;

// List group

Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/bootswatch/materia/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ $modal-content-border-color: transparent !default;

// Progress bars

$progress-height: 6px !default;
$progress-height: 0.375rem !default;
$progress-border-radius: 0 !default;

// Close
Expand Down

0 comments on commit 9ada0d9

Please sign in to comment.