Merge branch 'master' into caret

pull/749/head
yann300 4 years ago committed by GitHub
commit 75967c3f31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/rebase-pull-requests.yml
  2. 2
      apps/remix-ide/src/app/ui/styles/modaldialog-styles.js
  3. 2
      libs/remix-ui/modal-dialog/src/lib/remix-ui-modal-dialog.css

@ -8,4 +8,4 @@ jobs:
rebase:
runs-on: ubuntu-latest
steps:
- uses: yann300/rebase-pull-requests@v1.0.8
- uses: yann300/rebase-pull-requests@v1.0.16

@ -5,7 +5,7 @@ var css = csjs`
.modalFooter {
}
.modalContent {
box-shadow: 0 0 8px 1000px rgba(0,0,0,0.6),0 6px 20px 0 rgba(0,0,0,0.19);
box-shadow: 0 0 8px 10000px rgba(0,0,0,0.6),0 6px 20px 0 rgba(0,0,0,0.19);
-webkit-animation-name: animatetop;
-webkit-animation-duration: 0.4s;
animation-name: animatetop;

@ -1,5 +1,5 @@
.remixModalContent {
box-shadow: 0 0 8px 1000px rgba(0,0,0,0.6),0 6px 20px 0 rgba(0,0,0,0.19);
box-shadow: 0 0 8px 10000px rgba(0,0,0,0.6),0 6px 20px 0 rgba(0,0,0,0.19);
-webkit-animation-name: animatetop;
-webkit-animation-duration: 0.4s;
animation-name: animatetop;

Loading…
Cancel
Save