view src/streamed-graph.css @ 3:a7ba8627a7b6

still trying to make imports work. add other files too
author drewp@bigasterisk.com
date Wed, 04 Dec 2019 00:09:15 -0800
parents 6cd3aaf431b6
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;
}