view src/streamed-graph.css @ 2:6cd3aaf431b6

more adds
author drewp@bigasterisk.com
date Tue, 03 Dec 2019 21:48:36 -0800
parents
children 7ca4ff2088c3
line wrap: on
line source

:host {
    display: flex;
    flex-direction: column;
    padding: 2px 0;
}
div#ui {
    display: inline-block;
    width: 30em;
    border: 1px solid gray;
    background: #BFBFBF;
    color: black;
}
#ui button { width: 2em; }
div#graphView {

}
div a { color: #007; }
.expander {
    display: inline-block;
    padding: 3px;
}