| |
| /* |
| * Copyright 2017-present Open Networking Foundation |
| |
| * Licensed under the Apache License, Version 2.0 (the "License"); |
| * you may not use this file except in compliance with the License. |
| * You may obtain a copy of the License at |
| |
| * http://www.apache.org/licenses/LICENSE-2.0 |
| |
| * Unless required by applicable law or agreed to in writing, software |
| * distributed under the License is distributed on an "AS IS" BASIS, |
| * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| * See the License for the specific language governing permissions and |
| * limitations under the License. |
| */ |
| |
| |
| #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; } |