Browse Source

Merge pull request #1987 from hellcp/patch-1

Use white as the default card cap colour
daniel 5 years ago
parent
commit
b50ba10c62
1 changed files with 2 additions and 0 deletions
  1. 2 0
      resources/assets/sass/_variables.scss

+ 2 - 0
resources/assets/sass/_variables.scss

@@ -21,3 +21,5 @@ $white: white;
 $theme-colors: (
 $theme-colors: (
   'primary': #08d
   'primary': #08d
 );
 );
+
+$card-cap-bg: $white;