Move files to follow webpack structure

This commit is contained in:
2023-10-20 20:47:26 +02:00
parent b3cd217e28
commit 842e02f4bb
106 changed files with 73 additions and 1016 deletions

16
src/styles/spot.scss Executable file
View File

@@ -0,0 +1,16 @@
/* Site Global CSS */
@import 'fonts';
@import 'common';
/* Modules */
@import 'fa';
@import 'lightbox';
@import 'simplebar';
@import 'leaflet';
/* Pages Specific CSS (masks) */
@import 'mask_project';
@import 'mask_upload';
@import 'mask_admin';
@import 'mobile';