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 /> */} {/* <Design2D /> */}
{/* <Features /> */} {/* <Features /> */}
{/* <Feedback /> */} {/* <Feedback /> */}
<Alert /> {/* <Alert /> */}
<Toast /> {/* <Toast /> */}
{/* <ProductSuggestion /> */} {/* <ProductSuggestion /> */}
{/* <ProductImage /> */} {/* <ProductImage /> */}
{/* <ProductTab /> */} {/* <ProductTab /> */}
@ -142,18 +142,18 @@ function App() {
{/* <SidebarDesign2 className="w-1/5" /> */} {/* <SidebarDesign2 className="w-1/5" /> */}
{/* <FileManager /> */} {/* <FileManager /> */}
{/* <GridListTable /> */} {/* <GridListTable /> */}
<PopupCard /> {/* <PopupCard /> */}
{/* <TimeLineComponent /> */} {/* <TimeLineComponent /> */}
{/* <CardTrelloDesign /> */} {/* <CardTrelloDesign /> */}
{/* <ReligiousTimes /> */} {/* <ReligiousTimes /> */}
<DistributedData /> {/* <DistributedData /> */}
{/* <CardDesign1 /> */} {/* <CardDesign1 /> */}
{/* <CardDesign2 /> */} {/* <CardDesign2 /> */}
{/* <CardDesign3 /> */} {/* <CardDesign3 /> */}
<ContactUsInfoCard /> {/* <ContactUsInfoCard /> */}
<RoomCardInfo /> {/* <RoomCardInfo /> */}
<FormInput /> <FormInput />
<LeafletMap /> {/* <LeafletMap /> */}
{/* *************************************************** mini components *************************************************** */} {/* *************************************************** 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 { .leaflet-container {
width: 100%; width: 100%;
height: 100vh; height: 100vh;

Binary file not shown.
Loading…
Cancel
Save