parent
6486120b2d
commit
1ee0e2a8e3
@ -0,0 +1,53 @@ |
||||
var csjs = require('csjs-inject') |
||||
var remixLib = require('remix-lib') |
||||
var styleGuide = remixLib.ui.themeChooser |
||||
var styles = styleGuide.chooser() |
||||
|
||||
var css = csjs` |
||||
.contextview { |
||||
opacity : 0.8; |
||||
} |
||||
.container { |
||||
padding : 1px 15px; |
||||
} |
||||
.line { |
||||
display : flex; |
||||
justify-content : flex-end; |
||||
align-items : center; |
||||
text-overflow : ellipsis; |
||||
overflow : hidden; |
||||
white-space : nowrap; |
||||
color : ${styles.editor.text_Primary}; |
||||
font-size : 11px; |
||||
} |
||||
.type { |
||||
font-style : italic; |
||||
margin-right : 5px; |
||||
} |
||||
.name { |
||||
font-weight : bold; |
||||
} |
||||
.jump { |
||||
cursor : pointer; |
||||
margin : 0 5px; |
||||
color : ${styles.editor.icon_Color_Editor}; |
||||
} |
||||
.jump:hover { |
||||
color : ${styles.editor.icon_HoverColor_Editor}; |
||||
} |
||||
.referencesnb { |
||||
float : right; |
||||
margin-left : 15px; |
||||
} |
||||
.gasEstimation { |
||||
margin-left: 15px; |
||||
display: flex; |
||||
align-items: center; |
||||
} |
||||
.gasStationIcon { |
||||
height: 13px; |
||||
margin-right: 5px; |
||||
} |
||||
` |
||||
|
||||
module.exports = css |
Loading…
Reference in new issue