You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/assets/theme/bootstrap-preview.scss
+2-14Lines changed: 2 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,5 @@
1
-
// these colors and variables match what is in the webstore's theme.module.scss file. this file enables us to see the preview of what these overrides will look like without actually importing these from here into the webstore project. In order to see a preview in storybook of how components will look with custom colors, these values must be updated.
2
-
3
-
$primary: #333333;
4
-
$secondary: #CCCCCC;
5
-
$success: #666666;
6
-
$info: #999999;
7
-
$warning: #2A2A2A;
8
-
$danger: #606060;
9
-
$light: #F8F9FA;
10
-
$dark: #212529;
11
-
$white: #FFFFFF;
12
-
$black: #000000;
13
-
14
-
// these imports must be AFTER the theme color overrides above in order to properly override bootstrap's colors, but before the theme maps.
1
+
@import'./default-colors.module.scss';
2
+
// these imports must be AFTER the theme colors override import above in order to properly override bootstrap's colors, but before the theme maps.
0 commit comments