Mercurial > code > home > repos > streamed-graph
annotate src/streamed-graph.css @ 2:6cd3aaf431b6
more adds
author | drewp@bigasterisk.com |
---|---|
date | Tue, 03 Dec 2019 21:48:36 -0800 |
parents | |
children | 7ca4ff2088c3 |
rev | line source |
---|---|
2 | 1 :host { |
2 display: flex; | |
3 flex-direction: column; | |
4 padding: 2px 0; | |
5 } | |
6 div#ui { | |
7 display: inline-block; | |
8 width: 30em; | |
9 border: 1px solid gray; | |
10 background: #BFBFBF; | |
11 color: black; | |
12 } | |
13 #ui button { width: 2em; } | |
14 div#graphView { | |
15 | |
16 } | |
17 div a { color: #007; } | |
18 .expander { | |
19 display: inline-block; | |
20 padding: 3px; | |
21 } |