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/_3d.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-3d-container
7
margin-left : 3em
8
cursor : pointer
9
10
.webapp-3d-note
11
border : 1px solid #aaa
12
padding : 3px
13
border-radius : 2px
14
background : #fafafa
15
box-shadow : 1px 1px 2px
16
17
.webapp-3d-dynamic-renderer
18
border : 2px solid #08c
19
border-radius : 3px
20
21
.webapp-3d-static-renderer
22
border : 2px solid lightgrey
23
border-radius : 3px
24
display : inline-block
25
vertical-align : baseline
26
27