Unverified Commit 75967c3f authored by yann300's avatar yann300 Committed by GitHub

Merge branch 'master' into caret

parents 1d845ebf 42db67ac
...@@ -8,4 +8,4 @@ jobs: ...@@ -8,4 +8,4 @@ jobs:
rebase: rebase:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: yann300/rebase-pull-requests@v1.0.8 - uses: yann300/rebase-pull-requests@v1.0.16
...@@ -5,7 +5,7 @@ var css = csjs` ...@@ -5,7 +5,7 @@ var css = csjs`
.modalFooter { .modalFooter {
} }
.modalContent { .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-name: animatetop;
-webkit-animation-duration: 0.4s; -webkit-animation-duration: 0.4s;
animation-name: animatetop; animation-name: animatetop;
......
.remixModalContent { .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-name: animatetop;
-webkit-animation-duration: 0.4s; -webkit-animation-duration: 0.4s;
animation-name: animatetop; animation-name: animatetop;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment