view service/mqtt_to_rdf/src/style.styl @ 1628:24e8cd8fcdcd

new grid layout in web ui
author drewp@bigasterisk.com
date Sat, 11 Sep 2021 23:28:37 -0700
parents 6ddc5e037f15
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