view service/mqtt_to_rdf/src/style.styl @ 1754:92999dfbf321 default tip

add shelly support
author drewp@bigasterisk.com
date Tue, 04 Jun 2024 13:03:43 -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