Skip to content

Commit

Permalink
Merge pull request #35 from ahmetsaidkorucuk/fix/dnd-builder/sass-war…
Browse files Browse the repository at this point in the history
…ning-fixex-for-deprecation

fix(dnd-builder): sass warning fixes
  • Loading branch information
ozsirmajotform authored Oct 8, 2024
2 parents 1095973 + bd22dd0 commit a538bb7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/styles/_jfReportsModal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
*/

.jfReportModal {
position: relative;
width: 94%;
margin-top: 40px;
max-width: 700px;
background-color: $white;
border-radius: 4px;
transition: $transition;
opacity: 0;
box-shadow: 0 2px 7px 0 rgba(#000000,.5);

&-overlay {
position: fixed;
Expand All @@ -29,15 +38,6 @@
}
}

position: relative;
width: 94%;
margin-top: 40px;
max-width: 700px;
background-color: $white;
border-radius: 4px;
transition: $transition;
opacity: 0;
box-shadow: 0 2px 7px 0 rgba(#000000,.5);

button.jfReportModal-close {
position: absolute;
Expand Down

0 comments on commit a538bb7

Please sign in to comment.