From 16d8de38b74c298fda27c22c804850a999183d57 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sat, 21 Aug 2021 09:03:32 +0530 Subject: chore: move build-time js files out of 'src' and into 'scripts' so that they not packaged into final deployable artefact --- src/theme/default/legacy.js | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 src/theme/default/legacy.js (limited to 'src/theme/default/legacy.js') diff --git a/src/theme/default/legacy.js b/src/theme/default/legacy.js deleted file mode 100644 index 3f4bec5d5..000000000 --- a/src/theme/default/legacy.js +++ /dev/null @@ -1,38 +0,0 @@ -/* legacy config, injected into sass */ -export const themeBrandPrimary = '#7266F0'; -export const themeBrandSuccess = '#5cb85c'; -export const themeBrandInfo = '#5bc0de'; -export const themeBrandWarning = '#FF9F00'; -export const themeBrandDanger = '#d9534f'; - -export const themeGrayDark = '#373a3c'; -export const themeGray = '#55595c'; -export const themeGrayLight = '#818a91'; -export const themeGrayLighter = '#eceeef'; -export const themeGrayLightest = '#f7f7f9'; - -export const themeBorderRadius = '6px'; -export const themeBorderRadiusSmall = '3px'; - -export const themeSidebarWidth = '68px'; - -export const themeTextColor = themeGrayDark; - -export const themeTransitionTime = '.5s'; - -export const themeInsetShadow = 'inset 0 2px 5px rgba(0, 0, 0, .03)'; - -export const darkThemeBlack = '#1A1A1A'; - -export const darkThemeGrayDarkest = '#1E1E1E'; -export const darkThemeGrayDarker = '#2D2F31'; -export const darkThemeGrayDark = '#383A3B'; - -export const darkThemeGray = '#47494B'; - -export const darkThemeGrayLight = '#515355'; -export const darkThemeGrayLighter = '#8a8b8b'; -export const darkThemeGrayLightest = '#FFFFFF'; - -export const darkThemeGraySmoke = '#CED0D1'; -export const darkThemeTextColor = '#FFFFFF'; -- cgit v1.2.3-70-g09d2