Skip to content

Commit

Permalink
Merge branch 'staging' of github.com:prefeitura-rio/viz into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
caiojacintho committed Feb 6, 2024
2 parents 9156e34 + 35bdf42 commit 5d2689c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/pages/plano-verao/components/chapters.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,11 @@ export function CorUm(

return (
<styles.ChapterGenericDiv2 ref={props.chapRef} id={props.id}>
<styles.ContainerCard1>
<styles.ContainerVideo>
<styles.TextCard1>
Aqui vai o vídeo
<iframe src="https://res.cloudinary.com/doueg88fj/video/upload/v1707233408/video1_x47qst.mp4" height="600"></iframe>
</styles.TextCard1>
</styles.ContainerCard1>
</styles.ContainerVideo>
</styles.ChapterGenericDiv2>
);
}
Expand Down Expand Up @@ -469,11 +469,11 @@ export function BairroMaravilhaUm(props = { id: "", chapRef: null }) {

return (
<styles.ChapterGenericDiv1 ref={props.chapRef} id={props.id}>
<styles.ContainerCard1>
<styles.TextCard1>
Aqui vai o outro vídeo
</styles.TextCard1>
</styles.ContainerCard1>
<styles.ContainerVideo>
<styles.TextCard1>
<iframe src="https://res.cloudinary.com/doueg88fj/video/upload/v1707233405/video2_e5mexn.mp4" height="600"></iframe>
</styles.TextCard1>
</styles.ContainerVideo>
</styles.ChapterGenericDiv1>
);
}
Expand Down
7 changes: 7 additions & 0 deletions src/pages/plano-verao/components/chapters.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,13 @@ export const ContainerCard = tw.div`
border-[2px]
border-black
`;
export const ContainerVideo = tw.div`
max-w-xs
lg:max-w-xl
border-[2px]
border-black
`;

export const ContainerCard1 = tw.div`
p-[32px]
Expand Down

0 comments on commit 5d2689c

Please sign in to comment.