Skip to content

Commit

Permalink
feat(frontend): prepare oss for submodule (#2974)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeepc committed Jul 25, 2023
1 parent 366a477 commit 53cb868
Show file tree
Hide file tree
Showing 30 changed files with 501 additions and 2,510 deletions.
1,427 changes: 0 additions & 1,427 deletions package-lock.json

This file was deleted.

5 changes: 0 additions & 5 deletions package.json

This file was deleted.

4 changes: 3 additions & 1 deletion web/.gitignore
Expand Up @@ -23,4 +23,6 @@ yarn-debug.log*
yarn-error.log*

cypress/videos
cypress/screenshots
cypress/screenshots

/src/antd-theme/antd-customized.css
34 changes: 0 additions & 34 deletions web/craco.config.js
@@ -1,40 +1,6 @@
const CracoLessPlugin = require('craco-less');
const webpack = require('webpack');

module.exports = {
plugins: [
{
plugin: CracoLessPlugin,
options: {
lessLoaderOptions: {
lessOptions: {
modifyVars: {
/** General Color */
'@primary-color': '#61175E',
'@processing-color': '#61175E',
'@heading-color': '#031849',
'@text-color': '#031849',
'@text-color-secondary': '#687492',
'@border-color-base': '#CDD1DB',
/** Tooltip */
'@tooltip-color': '#031849',
'@tooltip-bg': '#FBFBFF',
/** Select */
'@select-background': '#FFFFFF',
'@select-item-selected-bg': '#FAFAFA',
/** Heading */
'@heading-1-size': '18px',
'@heading-2-size': '16px',
'@heading-3-size': '14px',
'@heading-4-size': '12px',
'@heading-5-size': '10px',
},
javascriptEnabled: true,
},
},
},
},
],
webpack: {
configure: webpackConfig => {
return {
Expand Down

0 comments on commit 53cb868

Please sign in to comment.