UNPKG

remix-ide

Version:

Minimalistic browser-based Solidity IDE

39 lines (36 loc) 619 B
var csjs = require('csjs-inject') var css = csjs` .analysis { display: flex; flex-direction: column; } .result { margin-top: 1%; max-height: 300px; } .resultTitle { padding-top: 20px; } .buttons { margin: 1rem 0; } .buttonsInner { display: flex; align-items: center; justify-content: space-around; } .buttonRun { margin-right: 1%; } .analysisModulesContainer { } .label { display: flex; align-items: center; } .container { max-height: 300px; overflow-y: auto; } ` module.exports = css