Skip to content

Instantly share code, notes, and snippets.

View fcgdam's full-sized avatar

FcgDam fcgdam

  • Lisbon, Portugal
View GitHub Profile
@fcgdam
fcgdam / template.js
Created May 10, 2018 15:40
Node-Red Status indicator Template code
<style>
.dot {
height: 25px;
width: 25px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
float: right;
}
</style>