Skip to content

Commit

Permalink
feat: added the button
Browse files Browse the repository at this point in the history
  • Loading branch information
ceriverso committed Oct 3, 2023
1 parent db30fab commit 7c9ec5a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/why.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ export const Step3 = ({ activePage, setState }) => {
height={597}
quality={100}
/>
<div
className="zoom-in-out-circle"
onClick={() => setState(activePage + 1)}
></div>
<div className="button-tooltip left">
<div className="tooltip-heading">Success!</div>
<div className="tooltip-description">
Expand Down
8 changes: 8 additions & 0 deletions src/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -5624,6 +5624,14 @@ table th {
}
.step-3 {
position: relative;
.zoom-in-out-circle {
left: 35%;
top: 42%;
@media (max-width: 1025px) and (min-width: 1253px) {
right: 17%;
top: 1%;
}
}
.button-tooltip {
top: 235px;
right: 165px;
Expand Down

0 comments on commit 7c9ec5a

Please sign in to comment.