Browse Source

Merge pull request #1987 from hellcp/patch-1

Use white as the default card cap colour
daniel 5 năm trước cách đây
mục cha
commit
b50ba10c62
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      resources/assets/sass/_variables.scss

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

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