changed the icons in the menu.
This commit is contained in:
parent
c237b2ebf2
commit
8fe00b55d7
File diff suppressed because one or more lines are too long
|
|
@ -31,6 +31,26 @@
|
|||
"file": "assets/fa-v4compatibility-c7a869fa.woff2",
|
||||
"src": "node_modules/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.woff2"
|
||||
},
|
||||
"node_modules/font-gis/fonts/font-gis.eot": {
|
||||
"file": "assets/font-gis-610051e8.eot",
|
||||
"src": "node_modules/font-gis/fonts/font-gis.eot"
|
||||
},
|
||||
"node_modules/font-gis/fonts/font-gis.svg": {
|
||||
"file": "assets/font-gis-53ba1b01.svg",
|
||||
"src": "node_modules/font-gis/fonts/font-gis.svg"
|
||||
},
|
||||
"node_modules/font-gis/fonts/font-gis.ttf": {
|
||||
"file": "assets/font-gis-6f1751d4.ttf",
|
||||
"src": "node_modules/font-gis/fonts/font-gis.ttf"
|
||||
},
|
||||
"node_modules/font-gis/fonts/font-gis.woff": {
|
||||
"file": "assets/font-gis-602a6e7d.woff",
|
||||
"src": "node_modules/font-gis/fonts/font-gis.woff"
|
||||
},
|
||||
"node_modules/font-gis/fonts/font-gis.woff2": {
|
||||
"file": "assets/font-gis-ddd2dfd2.woff2",
|
||||
"src": "node_modules/font-gis/fonts/font-gis.woff2"
|
||||
},
|
||||
"node_modules/leaflet/dist/images/layers-2x.png": {
|
||||
"file": "assets/layers-2x-066daca8.png",
|
||||
"src": "node_modules/leaflet/dist/images/layers-2x.png"
|
||||
|
|
@ -44,7 +64,7 @@
|
|||
"src": "node_modules/leaflet/dist/images/marker-icon.png"
|
||||
},
|
||||
"resources/css/app.css": {
|
||||
"file": "assets/app-8a7f891e.css",
|
||||
"file": "assets/app-bee0c01b.css",
|
||||
"isEntry": true,
|
||||
"src": "resources/css/app.css"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
@import '@fortawesome/fontawesome-free/css/all.css';
|
||||
@import "@dasundev/livewire-dropzone-styles";
|
||||
@import "leaflet/dist/leaflet.css";
|
||||
@import url("https://viglino.github.io/font-gis/css/font-gis.css");
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<div class="flex flex-col bg-white p-6 gap-2 md:w-1/4">
|
||||
<a class=" capitalize font-semibold text-md hover:rounded-lg hover:bg-gray-50 hover:text-indigo-600 hover:border-0 py-2 pl-2 pr-3 leading-6 whitespace-nowrap gap-2 flex items-baseline group text-gray-700 {{!($activeTab == 'downloads') ?: 'rounded-lg bg-gray-50 text-indigo-600 border-0'}}" href="{{route('project.show',[$projectName,'downloads'])}}"><i class="group-hover:text-indigo-600 w-4 text-gray-400 fa-regular fa-calendar-check"></i> Downloads</a>
|
||||
<a class=" capitalize font-semibold text-md hover:rounded-lg hover:bg-gray-50 hover:text-indigo-600 hover:border-0 py-2 pl-2 pr-3 leading-6 whitespace-nowrap gap-2 flex items-baseline group text-gray-700 {{!($activeTab == 'mosaics') ?: 'rounded-lg bg-gray-50 text-indigo-600 border-0'}}" href="{{route('project.show',[$projectName,'mosaics'])}}"><i class="group-hover:text-indigo-600 w-4 text-gray-400 fa-regular fa-object-ungroup"></i>Mosaics</a>
|
||||
<a class=" capitalize font-semibold text-md hover:rounded-lg hover:bg-gray-50 hover:text-indigo-600 hover:border-0 py-2 pl-2 pr-3 leading-6 whitespace-nowrap gap-2 flex items-baseline group text-gray-700 {{!($activeTab == 'reports') ?: 'rounded-lg bg-gray-50 text-indigo-600 border-0'}}" href="{{route('project.show',[$projectName,'reports'])}}"><i class="group-hover:text-indigo-600 w-4 text-gray-400 fa-regular fa-flag"></i>Reports</a>
|
||||
<a class=" capitalize font-semibold text-md hover:rounded-lg hover:bg-gray-50 hover:text-indigo-600 hover:border-0 py-2 pl-2 pr-3 leading-6 whitespace-nowrap gap-2 flex items-baseline group text-gray-700 {{!($activeTab == 'mailings') ?: 'rounded-lg bg-gray-50 text-indigo-600 border-0'}}" href="{{route('project.show',[$projectName,'mailings'])}}"><i class="group-hover:text-indigo-600 w-4 text-gray-400 fa-regular fa-envelope"></i>Mailings</a>
|
||||
<a class=" capitalize font-semibold text-md hover:rounded-lg hover:bg-gray-50 hover:text-indigo-600 hover:border-0 py-2 pl-2 pr-3 leading-6 whitespace-nowrap gap-2 flex items-baseline group text-gray-700 {{!($activeTab == 'settings') ?: 'rounded-lg bg-gray-50 text-indigo-600 border-0'}}" href="{{route('project.show',[$projectName,'settings'])}}"><i class="group-hover:text-indigo-600 w-4 text-gray-400 fa-regular fa-compass"></i>Settings</a>
|
||||
<a class=" capitalize font-semibold text-md hover:rounded-lg hover:bg-gray-50 hover:text-indigo-600 hover:border-0 py-2 pl-2 pr-3 leading-6 whitespace-nowrap gap-2 flex items-baseline group text-gray-700 {{!($activeTab == 'downloads') ?: 'rounded-lg bg-gray-50 text-indigo-600 border-0'}}" href="{{route('project.show',[$projectName,'downloads'])}}"><i class="group-hover:text-indigo-600 w-6 text-gray-400 fg-layer-download fg-lg"></i> Downloads</a>
|
||||
<a class=" capitalize font-semibold text-md hover:rounded-lg hover:bg-gray-50 hover:text-indigo-600 hover:border-0 py-2 pl-2 pr-3 leading-6 whitespace-nowrap gap-2 flex items-baseline group text-gray-700 {{!($activeTab == 'mosaics') ?: 'rounded-lg bg-gray-50 text-indigo-600 border-0'}}" href="{{route('project.show',[$projectName,'mosaics'])}}"><i class="group-hover:text-indigo-600 w-6 text-gray-400 fg-mosaic fg-lg"></i>Mosaics</a>
|
||||
<a class=" capitalize font-semibold text-md hover:rounded-lg hover:bg-gray-50 hover:text-indigo-600 hover:border-0 py-2 pl-2 pr-3 leading-6 whitespace-nowrap gap-2 flex items-baseline group text-gray-700 {{!($activeTab == 'reports') ?: 'rounded-lg bg-gray-50 text-indigo-600 border-0'}}" href="{{route('project.show',[$projectName,'reports'])}}"><i class="group-hover:text-indigo-600 w-6 text-gray-400 fg-map-stat fg-lg"></i>Reports</a>
|
||||
<a class=" capitalize font-semibold text-md hover:rounded-lg hover:bg-gray-50 hover:text-indigo-600 hover:border-0 py-2 pl-2 pr-3 leading-6 whitespace-nowrap gap-2 flex items-baseline group text-gray-700 {{!($activeTab == 'mailings') ?: 'rounded-lg bg-gray-50 text-indigo-600 border-0'}}" href="{{route('project.show',[$projectName,'mailings'])}}"><i class="group-hover:text-indigo-600 w-6 text-gray-400 fa-regular fa-envelope"></i>Mailings</a>
|
||||
<a class=" capitalize font-semibold text-md hover:rounded-lg hover:bg-gray-50 hover:text-indigo-600 hover:border-0 py-2 pl-2 pr-3 leading-6 whitespace-nowrap gap-2 flex items-baseline group text-gray-700 {{!($activeTab == 'settings') ?: 'rounded-lg bg-gray-50 text-indigo-600 border-0'}}" href="{{route('project.show',[$projectName,'settings'])}}"><i class="group-hover:text-indigo-600 w-6 text-gray-400 fa-regular fg-earth-gear fg-lg"></i>Settings</a>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -36,7 +36,8 @@ class="w-full antialiased"
|
|||
<div>
|
||||
<div x-show="!isDragging" class="flex flex-col items-center justify-center gap-2 py-8 h-full ">
|
||||
<div class="flex items-center justify-center gap-2">
|
||||
<i class="fa-solid fa-file-arrow-up"></i>
|
||||
{{-- TODO change depending on the file type props etc--}}
|
||||
<i class="fg-geojson-file fg-3x"></i>
|
||||
<p class="text-md ">Drop here or <span class="font-semibold text-black dark:text-white">Browse file</span>
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue