github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/ui/app/styles/components/cli-window.scss (about) 1 .cli-window { 2 background: transparent; 3 color: $white; 4 5 height: 500px; 6 overflow: auto; 7 8 code { 9 height: 100%; 10 } 11 12 .is-light { 13 color: $text; 14 } 15 16 &.is-elastic { 17 height: auto; 18 } 19 }