Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
75967c3f
Unverified
Commit
75967c3f
authored
Jan 20, 2021
by
yann300
Committed by
GitHub
Jan 20, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into caret
parents
1d845ebf
42db67ac
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
rebase-pull-requests.yml
.github/workflows/rebase-pull-requests.yml
+1
-1
modaldialog-styles.js
apps/remix-ide/src/app/ui/styles/modaldialog-styles.js
+1
-1
remix-ui-modal-dialog.css
libs/remix-ui/modal-dialog/src/lib/remix-ui-modal-dialog.css
+1
-1
No files found.
.github/workflows/rebase-pull-requests.yml
View file @
75967c3f
...
@@ -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
apps/remix-ide/src/app/ui/styles/modaldialog-styles.js
View file @
75967c3f
...
@@ -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 1000
0
px 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;
...
...
libs/remix-ui/modal-dialog/src/lib/remix-ui-modal-dialog.css
View file @
75967c3f
.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
1000
0
px
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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment