github.com/outbrain/consul@v1.4.5/ui-v2/app/styles/components/code-editor/layout.scss (about) 1 %code-editor { 2 display: block; 3 border: 10px; 4 overflow: hidden; 5 position: relative; 6 } 7 %code-editor .ember-power-select-trigger { 8 @extend %code-editor-syntax-select; 9 } 10 %code-editor-syntax-select { 11 width: 200px; 12 float: right; 13 z-index: 1; 14 } 15 %code-editor-syntax-select { 16 margin-top: 1px; 17 border: 0; 18 background-color: $ui-black; 19 color: $ui-white; 20 border-left: 1px solid; 21 border-radius: 0; 22 } 23 %code-editor::after { 24 position: absolute; 25 bottom: 0px; 26 width: 100%; 27 height: 25px; 28 background-color: black; 29 content: ''; 30 display: block; 31 }