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
9d8e3a04
Commit
9d8e3a04
authored
Feb 06, 2018
by
Iuri Matias
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move css styles of analysis-tab to its own file
parent
2fcef8e4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
28 deletions
+30
-28
analysis-tab.js
src/app/tabs/analysis-tab.js
+2
-28
analysis-tab-styles.js
src/app/tabs/styles/analysis-tab-styles.js
+28
-0
No files found.
src/app/tabs/analysis-tab.js
View file @
9d8e3a04
var
yo
=
require
(
'yo-yo'
)
var
remixLib
=
require
(
'remix-lib'
)
// -------------- styling ----------------------
var
csjs
=
require
(
'csjs-inject'
)
var
styleGuide
=
remixLib
.
ui
.
themeChooser
var
styles
=
styleGuide
.
chooser
()
var
css
=
csjs
`
.analysisTabView {
padding: 2%;
padding-bottom: 3em;
display: flex;
flex-direction: column;
}
#staticanalysisView {
display: block;
}
.infoBox {
${
styles
.
infoTextBox
}
margin-bottom: 1em;
}
.textBox {
${
styles
.
textBoxL
}
margin-bottom: 1em;
}
`
module
.
exports
=
analysisTab
function
analysisTab
(
container
,
appAPI
,
events
,
opts
)
{
var
el
=
yo
`
...
...
@@ -36,3 +8,5 @@ function analysisTab (container, appAPI, events, opts) {
container
.
appendChild
(
el
)
return
el
}
module
.
exports
=
analysisTab
src/app/tabs/styles/analysis-tab-styles.js
0 → 100644
View file @
9d8e3a04
var
remixLib
=
require
(
'remix-lib'
)
// -------------- styling ----------------------
var
csjs
=
require
(
'csjs-inject'
)
var
styleGuide
=
remixLib
.
ui
.
themeChooser
var
styles
=
styleGuide
.
chooser
()
var
css
=
csjs
`
.analysisTabView {
padding: 2%;
padding-bottom: 3em;
display: flex;
flex-direction: column;
}
#staticanalysisView {
display: block;
}
.infoBox {
${
styles
.
infoTextBox
}
margin-bottom: 1em;
}
.textBox {
${
styles
.
textBoxL
}
margin-bottom: 1em;
}
`
module
.
exports
=
css
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