blob: cc63179c58b8cf6d5f445454ddab41dc3d02a839 [file] [log] [blame]
Matteo Scandolo4208f112016-08-10 17:02:02 -07001#xosUITutorial {
2 width: 100%; }
Matteo Scandoloa81496a2016-08-16 17:29:42 -07003 #xosUITutorial .ace_editor {
4 height: 200px; }
Matteo Scandolo4208f112016-08-10 17:02:02 -07005 #xosUITutorial js-shell {
6 display: block; }
7 #xosUITutorial js-shell #shell-panel {
8 width: 100%;
9 height: 400px;
10 background: #002b36;
11 padding: 10px;
Matteo Scandoloef969922016-08-11 13:49:12 -070012 overflow: scroll;
13 color: #93a1a1; }
Matteo Scandolo4208f112016-08-10 17:02:02 -070014 #xosUITutorial js-shell #shell-panel .prompt {
15 color: #d33682; }
Matteo Scandoloef969922016-08-11 13:49:12 -070016 #xosUITutorial js-shell #shell-panel .input {
17 color: #268bd2; }
Matteo Scandolo4208f112016-08-10 17:02:02 -070018 #xosUITutorial js-shell #shell-panel .cursor {
19 color: #2aa198; }
20 #xosUITutorial js-shell #shell-panel .error {
21 color: #dc322f; }
Matteo Scandoloef969922016-08-11 13:49:12 -070022 #xosUITutorial js-shell #shell-panel #shell-view > div > div {
23 color: #268bd2; }
24 #xosUITutorial js-shell #shell-panel #shell-view .jsonObject {
25 white-space: nowrap; }
26 #xosUITutorial js-shell #shell-panel #shell-view .jsonCollection > .jsonObject {
27 margin-left: 10px; }