update 4 files and delete 1 file

master
mahdi 2 years ago
parent d26f86b7a3
commit 41c3c3e833
  1. 14
      src/App.js
  2. 13
      src/components/LeafletMap/index.scss
  3. BIN
      src/redux.zip

@ -120,8 +120,8 @@ function App() {
{/* <Design2D /> */}
{/* <Features /> */}
{/* <Feedback /> */}
<Alert />
<Toast />
{/* <Alert /> */}
{/* <Toast /> */}
{/* <ProductSuggestion /> */}
{/* <ProductImage /> */}
{/* <ProductTab /> */}
@ -142,18 +142,18 @@ function App() {
{/* <SidebarDesign2 className="w-1/5" /> */}
{/* <FileManager /> */}
{/* <GridListTable /> */}
<PopupCard />
{/* <PopupCard /> */}
{/* <TimeLineComponent /> */}
{/* <CardTrelloDesign /> */}
{/* <ReligiousTimes /> */}
<DistributedData />
{/* <DistributedData /> */}
{/* <CardDesign1 /> */}
{/* <CardDesign2 /> */}
{/* <CardDesign3 /> */}
<ContactUsInfoCard />
<RoomCardInfo />
{/* <ContactUsInfoCard /> */}
{/* <RoomCardInfo /> */}
<FormInput />
<LeafletMap />
{/* <LeafletMap /> */}
{/* *************************************************** mini components *************************************************** */}

@ -1,3 +1,16 @@
.leaflet-popup-content,
.leaflet-draw-toolbar a,
span,
title,
p,
li {
font-family: "iransans-medium" !important;
}
.leaflet-touch .leaflet-draw-actions a {
font-family: "iransans-medium" !important;
}
.leaflet-container {
width: 100%;
height: 100vh;

Binary file not shown.
Loading…
Cancel
Save