Skip to content

Commit

Permalink
fix: cta clickability issue in adev homepage. (#52905)
Browse files Browse the repository at this point in the history
PR Close #52905
  • Loading branch information
SahulKola authored and thePunderWoman committed Jan 25, 2024
1 parent c9c22fa commit dfc6c8d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion adev/src/app/features/home/home.component.scss
Expand Up @@ -142,7 +142,8 @@
display: inline-block;
padding: 7px;
opacity: 0;
transition: opacity 0.5s linear;
visibility: hidden;
transition: opacity 0.5s linear, visibility 0.5s linear;

button {
font-size: 1rem;
Expand Down Expand Up @@ -307,6 +308,7 @@
.adev-cta,
.adev-arrow {
opacity: 1;
visibility: visible;
}
}

Expand Down

0 comments on commit dfc6c8d

Please sign in to comment.