remix-debugger
Version:
Ethereum IDE and tools for the web
32 lines (31 loc) • 552 B
JavaScript
module.exports = {
title: {
'border': '1px solid #dadada',
'background-color': 'white',
'width': '100%',
'color': '#363f47',
'margin-top': '5px',
'cursor': 'pointer'
},
titleInner: {
'display': 'inline-block'
},
content: {
'color': '#111111',
'width': '100%',
'min-height': '20px'
},
inner: {
'padding': '2px',
'word-break': 'break-all'
},
copyBtn: {
'float': 'right',
'margin-top': '3px'
},
caret: {
'margin-left': '10px',
'margin-right': '10px'
}
}