Skip to content

Commit

Permalink
ADDED open in app dialog popup
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv036 committed Oct 6, 2023
1 parent d72bd4d commit 32fac4c
Show file tree
Hide file tree
Showing 3 changed files with 641 additions and 532 deletions.
27 changes: 27 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,33 @@ body {
transition: all 0.2s linear;
}

.appDialog {
border-radius: 3px;
padding: 10px 20px;
font-weight: 900;
font-size: x-large;
text-align: center;
background-color: lightgray;
border: 1px solid lightgrey;
box-shadow: 4px 8px 8px hsl(0deg 0% 0% / 0.38);

& button {
padding: 8px 16px;
margin: 20px;
border: none;
border-radius: 3px;
color: white;
font-weight: 600;
}
}
#okayBt {
background-color: dodgerblue;
}
#cancleBt {
background-color: white;
color: black;
}

#scroll-to-top-btn {
position: fixed;
z-index: 100;
Expand Down
Loading

0 comments on commit 32fac4c

Please sign in to comment.