Increase fonts, remove outline and brands fonts

This commit is contained in:
Jan Dittberner 2020-05-31 19:23:48 +02:00
parent 663e2de89a
commit 98607325c9
3 changed files with 14 additions and 9 deletions

View file

@ -0,0 +1,2 @@
@importBrandIcons : false;
@importOutlineIcons: false;

View file

@ -1,7 +1,10 @@
/******************************* /*******************************
User Global Variables User Global Variables
*******************************/ *******************************/
@primaryColor : #11568C; @primaryColor : #11568C;
@green : #00BE00; @green : #00BE00;
@olive : #C7FF00; @olive : #C7FF00;
@emSize : 16px;
@fontSize : 16px;

View file

@ -17,13 +17,13 @@ module.exports = {
template: './src/index.html', template: './src/index.html',
}), }),
new MiniCssExtractPlugin({ new MiniCssExtractPlugin({
filename: '[name].[contenthash].css' filename: 'cacert-theme.css'
}), }),
new OptimizeCSSAssetsPlugin({}) new OptimizeCSSAssetsPlugin({})
], ],
output: { output: {
path: path.resolve(__dirname, 'dist'), path: path.resolve(__dirname, 'dist'),
filename: '[name].bundle.[hash].js' filename: 'cacert-theme.js'
}, },
resolve: { resolve: {
extensions: ['.js', '.jsx'], extensions: ['.js', '.jsx'],