blob: cc63179c58b8cf6d5f445454ddab41dc3d02a839 [file] [log] [blame]
#xosUITutorial {
width: 100%; }
#xosUITutorial .ace_editor {
height: 200px; }
#xosUITutorial js-shell {
display: block; }
#xosUITutorial js-shell #shell-panel {
width: 100%;
height: 400px;
background: #002b36;
padding: 10px;
overflow: scroll;
color: #93a1a1; }
#xosUITutorial js-shell #shell-panel .prompt {
color: #d33682; }
#xosUITutorial js-shell #shell-panel .input {
color: #268bd2; }
#xosUITutorial js-shell #shell-panel .cursor {
color: #2aa198; }
#xosUITutorial js-shell #shell-panel .error {
color: #dc322f; }
#xosUITutorial js-shell #shell-panel #shell-view > div > div {
color: #268bd2; }
#xosUITutorial js-shell #shell-panel #shell-view .jsonObject {
white-space: nowrap; }
#xosUITutorial js-shell #shell-panel #shell-view .jsonCollection > .jsonObject {
margin-left: 10px; }