parent
a1fc6fa4db
commit
4b3945d103
@ -0,0 +1,28 @@ |
||||
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 |
Loading…
Reference in new issue