view service/mqtt_to_rdf/src/style.styl @ 1648:3059f31b2dfa

more performance work
author drewp@bigasterisk.com
date Fri, 17 Sep 2021 11:10:18 -0700
parents 24e8cd8fcdcd
children
line wrap: on
line source


:host
  display: flex
  flex-direction: column
  padding: 5px
  background: black
  color: #aaa
  font-family: sans

section
  padding: 5px

.grid
  display: grid
  margin: 8px
  grid-auto-columns: minmax(15em, auto)
  grid-auto-rows: minmax(10em, auto)
  grid-template-rows: 4em

.grid *
  overflow: auto
  padding: 3px

.grid > *
  outline: 1px solid gray

.hd
  font-weight: bold

span.topic
  color: rgb(109, 241, 109)
  font-weight: bold
  font-family: monospace

.graph
  white-space: pre-wrap
  font-family: monospace
  border-top: 1px solid darkgreen