|
|
@ -1,5 +1,4 @@ |
|
|
|
var csjs = require('csjs-inject') |
|
|
|
var csjs = require('csjs-inject') |
|
|
|
var styles = require('../../ui/styles-guide/theme-chooser').chooser() |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const css = csjs` |
|
|
|
const css = csjs` |
|
|
|
.debuggerTabView { |
|
|
|
.debuggerTabView { |
|
|
@ -7,7 +6,6 @@ const css = csjs` |
|
|
|
} |
|
|
|
} |
|
|
|
.debugger { |
|
|
|
.debugger { |
|
|
|
margin-bottom: 1%; |
|
|
|
margin-bottom: 1%; |
|
|
|
${styles.rightPanel.debuggerTab.box_Debugger} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
` |
|
|
|
` |
|
|
|
|
|
|
|
|
|
|
|