Browse Source

Merge pull request #14956 from abpframework/auto-merge/rel-7-0/1529

Merge branch dev with rel-7.0
pull/14995/head
Enis Necipoglu 4 years ago
committed by GitHub
parent
commit
57051334f5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 20
      npm/ng-packs/packages/schematics/src/commands/change-theme/style-map.ts

20
npm/ng-packs/packages/schematics/src/commands/change-theme/style-map.ts

@ -161,6 +161,16 @@ styleMap.set(ThemeOptionsEnum.LeptonX, [
inject: false,
bundleName: 'bootstrap-light.rtl',
},
{
input: 'node_modules/@volosoft/ngx-lepton-x/assets/css/font-bundle.css',
inject: false,
bundleName: 'font-bundle',
},
{
input: 'node_modules/@volosoft/ngx-lepton-x/assets/css/font-bundle.rtl.css',
inject: false,
bundleName: 'font-bundle.rtl',
},
{
input: 'node_modules/@volosoft/ngx-lepton-x/assets/css/ng-bundle.rtl.css',
inject: false,
@ -202,6 +212,16 @@ styleMap.set(ThemeOptionsEnum.LeptonXLite, [
input: 'node_modules/@volo/ngx-lepton-x.lite/assets/css/bootstrap-dim.rtl.css',
inject: false,
bundleName: 'bootstrap-dim.rtl',
},
{
input: 'node_modules/@volo/ngx-lepton-x.lite/assets/css/font-bundle.rtl.css',
inject: false,
bundleName: 'font-bundle.rtl',
},
{
input: 'node_modules/@volo/ngx-lepton-x.lite/assets/css/font-bundle.css',
inject: false,
bundleName: 'font-bundle',
},
{
input: 'node_modules/@volo/ngx-lepton-x.lite/assets/css/ng-bundle.rtl.css',

Loading…
Cancel
Save