Path: blob/master/src/packages/frontend/_codemirror_plugins.sass
1496 views
/*1* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.2* License: MS-RSL – see LICENSE.md for details3*/45.webapp-completions6background : lightyellow7position : absolute8z-index : 9999overflow : hidden10box-shadow : 8px 8px 4px #bbb11border : 3px solid #99f12border-radius : 5px13select14background : lightyellow15outline : none16border : none17padding : 3px18margin : 3px19font-family : monospace2021// .webapp-codemirror-introspect-title2223.webapp-codemirror-introspect-content-source-code24white-space : pre25font-family : monospace26padding : 1ex27overflow : auto2829.webapp-codemirror-introspect-content-docstring30white-space : pre31font-family : monospace32overflow : auto33margin-left : 2em34margin-right : 2em353637