Skip to content
Snippets Groups Projects
Commit e80e1fa3 authored by Mickaël FERNANDEZ's avatar Mickaël FERNANDEZ
Browse files

Merge branch 'next_version' into 272-rapports

parents 924ed6d5 74154d3a
No related branches found
No related tags found
No related merge requests found
......@@ -17,20 +17,16 @@
* import {
* oModules as oGTFModules,
* oModulesComponents as oGTFModulesComponents,
* oWkListComponents as oGTFWkListComponents
* } from './gtf/gtf.exports';
*
* export const oModules = { ...oGTFModules };
* export const oModulesComponents = { ...oGTFModulesComponents };
* export const oWkListComponents = { ...oGTFWkListComponents };
*/
import {
oVmapModules,
oVmapModulesComponents,
oVmapWkListComponents
} from './vmap/vmap.exports';
export const oModules = { ...oVmapModules };
export const oModulesComponents = { ...oVmapModulesComponents };
export const oWkListComponents = { ...oVmapWkListComponents };
\ No newline at end of file
......@@ -13,16 +13,16 @@
@import 'src/modules/vmap/styles/vmap.scss';
// Icones Font Awesome
$icomoon-font-path: "src/assets/icons/font-awesome/fonts";
$icomoon-font-path: "~src/assets/icons/font-awesome/fonts";
$icomoon-font-family: "font-awesome";
@import 'src/assets/icons/font-awesome/style.scss';
// Icones Vitis
$icomoon-font-path: "src/assets/icons/vitis/fonts";
$icomoon-font-path: "~src/assets/icons/vitis/fonts";
$icomoon-font-family: "vitis";
@import 'src/assets/icons/vitis/style.scss';
// Icones Vmap
$icomoon-font-path: "src/modules/vmap/icons/vmap/fonts";
$icomoon-font-path: "~src/modules/vmap/icons/vmap/fonts";
$icomoon-font-family: "vmap";
@import 'src/modules/vmap/icons/vmap/style.scss';
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment