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/_d3.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
.smc-d3-graph
7
cursor : pointer
8
border : 1px solid lightgrey
9
10
.node
11
stroke : #fff
12
stroke-width : 1.5px
13
14
.link
15
fill : none
16
stroke : #000
17
stroke-opacity : .6
18
opacity : .6
19
20
.directed
21
fill : none
22
stroke : #000
23
stroke-opacity : .6
24
opacity : .6
25
26
marker
27
fill : #bbb
28
29