Skip to content

Commit

Permalink
creativetimofficial#178 - make bg-* variables defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Seßner committed Mar 23, 2020
1 parent 7b64b61 commit 64e40e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion assets/css/material-kit.css.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,13 @@ $popover-color: $navbar-color !default;
$tooltip-font-size: 0.75rem !default;

// Background colors
$bg-primary: $primary;
$bg-danger: $danger;
$bg-warning: $warning;
$bg-info: $info;
$bg-rose: $rose;
$bg-success: $success;
$bg-dark: $grey-900;
$bg-primary: $primary !default;
$bg-danger: $danger !default;
$bg-warning: $warning !default;
$bg-info: $info !default;
$bg-rose: $rose !default;
$bg-success: $success !default;
$bg-dark: $grey-900 !default;

//Paddings
$padding-general-y: 0.625rem !default;
Expand Down

0 comments on commit 64e40e3

Please sign in to comment.