CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
sagemathinc

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: sagemathinc/cocalc
Path: blob/master/src/packages/frontend/_codemirror_plugins.sass
Views: 687
1
/*
2
* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
3
* License: MS-RSL – see LICENSE.md for details
4
*/
5
6
.webapp-completions
7
background : lightyellow
8
position : absolute
9
z-index : 999
10
overflow : hidden
11
box-shadow : 8px 8px 4px #bbb
12
border : 3px solid #99f
13
border-radius : 5px
14
select
15
background : lightyellow
16
outline : none
17
border : none
18
padding : 3px
19
margin : 3px
20
font-family : monospace
21
22
// .webapp-codemirror-introspect-title
23
24
.webapp-codemirror-introspect-content-source-code
25
white-space : pre
26
font-family : monospace
27
padding : 1ex
28
overflow : auto
29
30
.webapp-codemirror-introspect-content-docstring
31
white-space : pre
32
font-family : monospace
33
overflow : auto
34
margin-left : 2em
35
margin-right : 2em
36
37