]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_components.scss
Revised webhooks list to new format
[bookstack] / resources / sass / _components.scss
index 667c2638864bd13d09459739af156dd42fd9eeee..acb45100f61da21b0c5a90cd5c313d760287e95f 100644 (file)
@@ -969,4 +969,17 @@ body.flexbox-support #entity-selector-wrap .popup-body .form-group {
 }
 .item-list-row:hover .item-list-row-toggle-all {
   visibility: visible;
+}
+
+.status-indicator-active, .status-indicator-inactive {
+  width: 8px;
+  height: 8px;
+  border-radius: 50%;
+  display: inline-block;
+}
+.status-indicator-active {
+  background-color: $positive;
+}
+.status-indicator-inactive {
+  background-color: $negative;
 }
\ No newline at end of file