Skip to content

Commit

Permalink
Add missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
ryand56 committed Nov 15, 2022
1 parent a960a06 commit 6f41eef
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions components/Slides/Containers/Slides/City/CityInfo/Near.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
import * as React from "react";
import FrostPane from "../../FrostPane";

const Forecast = () => (
<div id="infoslide-content-forecast" className="h-full min-h-full w-full flex-1 z-0 flex flex-row top-forecast text-forecast hidden">
<FrostPane extraParent={[
"p-info-frost-pane",
"h-info-frost-pane"
]}>
<div
id="title"
className="font-frutiger57-cond text-frost-pane-title text-severe-frost-pane-title transform scale-x-117 scale-y-100 origin-left tracking-severe-frost-pane-title capitalize"
/>
<div
id="content"
className="font-frutiger57-cond h-frost-pane-content max-h-frost-pane-content transform -translate-x-2.5 -translate-y-2.5 scale-x-115 scale-y-100 origin-left tracking-frost-pane-content"
style={{ fontSize: "52px" }}
/>
</FrostPane>
</div>
);

export default Forecast;

0 comments on commit 6f41eef

Please sign in to comment.