blob: d008cb50d77d508d75cde22e24bf4eb60525896c [file] [log] [blame]
Matteo Scandolo4208f112016-08-10 17:02:02 -07001#xosUITutorial {
2 width: 100%; }
3 #xosUITutorial js-shell {
4 display: block; }
5 #xosUITutorial js-shell #shell-panel {
6 width: 100%;
7 height: 400px;
8 background: #002b36;
9 padding: 10px;
Matteo Scandoloef969922016-08-11 13:49:12 -070010 overflow: scroll;
11 color: #93a1a1; }
Matteo Scandolo4208f112016-08-10 17:02:02 -070012 #xosUITutorial js-shell #shell-panel .prompt {
13 color: #d33682; }
Matteo Scandoloef969922016-08-11 13:49:12 -070014 #xosUITutorial js-shell #shell-panel .input {
15 color: #268bd2; }
Matteo Scandolo4208f112016-08-10 17:02:02 -070016 #xosUITutorial js-shell #shell-panel .cursor {
17 color: #2aa198; }
18 #xosUITutorial js-shell #shell-panel .error {
19 color: #dc322f; }
Matteo Scandoloef969922016-08-11 13:49:12 -070020 #xosUITutorial js-shell #shell-panel #shell-view > div > div {
21 color: #268bd2; }
22 #xosUITutorial js-shell #shell-panel #shell-view .jsonObject {
23 white-space: nowrap; }
24 #xosUITutorial js-shell #shell-panel #shell-view .jsonCollection > .jsonObject {
25 margin-left: 10px; }