blob: 36849343479afc49f949bc5b5560a12f191dc487 [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;
10 overflow: scroll; }
11 #xosUITutorial js-shell #shell-panel .prompt {
12 color: #d33682; }
13 #xosUITutorial js-shell #shell-panel .cursor {
14 color: #2aa198; }
15 #xosUITutorial js-shell #shell-panel .error {
16 color: #dc322f; }
17 #xosUITutorial js-shell #shell-panel #shell-view {
18 color: #93a1a1; }
19 #xosUITutorial js-shell #shell-panel #shell-view > div > div {
20 color: #268bd2; }