Increase fonts, remove outline and brands fonts
This commit is contained in:
parent
663e2de89a
commit
98607325c9
3 changed files with 14 additions and 9 deletions
2
cacert-theme/site/elements/icon.variables
Normal file
2
cacert-theme/site/elements/icon.variables
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
@importBrandIcons : false;
|
||||||
|
@importOutlineIcons: false;
|
|
@ -5,3 +5,6 @@
|
||||||
@primaryColor : #11568C;
|
@primaryColor : #11568C;
|
||||||
@green : #00BE00;
|
@green : #00BE00;
|
||||||
@olive : #C7FF00;
|
@olive : #C7FF00;
|
||||||
|
|
||||||
|
@emSize : 16px;
|
||||||
|
@fontSize : 16px;
|
||||||
|
|
|
@ -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'],
|
||||||
|
|
Loading…
Reference in a new issue