Skip to content
Snippets Groups Projects
Commit 48474642 authored by Etienne LOUPIAS's avatar Etienne LOUPIAS
Browse files

fix(admin): refacto css module import

parent 6a34588e
No related branches found
No related tags found
1 merge request!426fix(admin): refacto css module import
......@@ -124,7 +124,6 @@ sonarqube:
-Dsonar.projectVersion=1.0
-Dsonar.sourceEncoding=UTF-8
-Dsonar.projectBaseDir=.
-Dsonar.exclusions=src/assets/external/**/*
-Dsonar.host.url=${SONAR_URL}
-Dsonar.projectKey=${SONAR_PROJECT_KEY}
-Dsonar.login=${SONAR_TOKEN}
......@@ -149,7 +148,6 @@ sonarqube-mr:
-Dsonar.projectVersion=1.0
-Dsonar.sourceEncoding=UTF-8
-Dsonar.projectBaseDir=.
-Dsonar.exclusions=src/assets/external/**/*
-Dsonar.host.url=${SONAR_URL}
-Dsonar.projectKey=${SONAR_PROJECT_KEY}
-Dsonar.login=${SONAR_MR_TOKEN}
......
This diff is collapsed.
This diff is collapsed.
......@@ -52,8 +52,6 @@
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/leaflet.locatecontrol@0.72.0/dist/L.Control.Locate.min.css"
/>
<link rel="stylesheet" href="assets/external/ag-grid/ag-grid.css" />
<link rel="stylesheet" href="assets/external/ag-grid/ag-theme-alpine.css" />
<script
src="https://openlayers.org/en/v4.6.5/build/ol.js"
integrity="sha256-VC4mGHI/SvHwjGxD7oBob8kzwzbHy1MsgiCcrR5SbHg= sha384-/UhW2uuxuN/GcGRUL3CJA5ftmLinDAWEV5khyWrOKJ04xesUihAW/UNXf4VMvAuS sha512-WZO+8H/x0lzH/hIMaAan179GT2iyGNzbEA9nCGS7ju1jPPkUUr7uTHJGh3kxVG2GhDlxItuH1gbmFzHZiMul1Q=="
......
......@@ -11,6 +11,8 @@
@import 'assets/scss/buttons';
@import '../node_modules/leaflet.locatecontrol/dist/L.Control.Locate.css';
@import '~ngx-toastr/toastr';
@import '~ag-grid-community/styles/ag-grid.css';
@import '~ag-grid-community/styles/ag-theme-alpine.css';
html {
height: -webkit-fill-available;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment