Skip to content

Commit

Permalink
MWPW-137111: Added modal animation only to extension modal
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratko Zagorac committed Sep 29, 2023
1 parent def59ec commit d42d32e
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions acrobat/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,6 @@ div[data-section="widget"] {
}
}

.dialog-modal.extension-modal {
top: unset;
left: unset;
box-shadow: 0 .5em 1em -.125em hsl(0deg 0% 4% / 10%),0 0 0 1px hsl(0deg 0% 4% / 2%);
margin-bottom: 20px;
margin-right: 20px;
}

.col[data-align="center"] {
justify-content: center;
display: flex;
Expand Down Expand Up @@ -287,7 +279,12 @@ div.how-to ol li::before{
box-shadow: 0 0.5em 1em -0.125em hsl(0deg 0% 4% / 10%), 0 0 0 1px hsl(0deg 0% 4% / 2%);
}

.dialog-modal:not(#langnav) {
.dialog-modal.extension-modal {
top: unset;
left: unset;
box-shadow: 0 .5em 1em -.125em hsl(0deg 0% 4% / 10%),0 0 0 1px hsl(0deg 0% 4% / 2%);
margin-bottom: 20px;
margin-right: 20px;
animation-name: modalSlideIn-frictionlessBrowserExtension;
transition: opacity 125ms ease-in-out,background-color 125ms ease-in-out,backdrop-filter 125ms ease-in-out,-webkit-backdrop-filter 125ms ease-in-out,transform 125ms ease-in-out;
animation-duration: 2s;
Expand Down

0 comments on commit d42d32e

Please sign in to comment.