Skip to content
Snippets Groups Projects
Commit 2f9178a8 authored by RMidhunSuresh's avatar RMidhunSuresh
Browse files

Add parent styling

parent aa4dfd54
No related branches found
No related tags found
No related merge requests found
......@@ -3,12 +3,14 @@
right: 20px;
bottom: 100px;
border: none;
border-radius: 12px;
/*
this is to prevent the display of the smaller iframe before it is resized
programmatically.
*/
height: 0;
width: 0;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 14px 64px -10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 800px) {
......
......@@ -7,8 +7,8 @@ const hostRoot = `${parentHosRootURL.protocol}${parentHosRootURL.host}`;
const sizeCollection = {
"desktop": {
"account-setup": { height: "110px", width: "360px" },
"timeline": {height: "600px", width: "375px"}
"account-setup": { height: "334px", width: "375px" },
"timeline": {height: "595px", width: "375px"}
},
"mobile": {
"account-setup": { height: "100vh", width: "100vw" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment