1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
.runner-state { padding: 6px 12px; margin-right: 10px; color: $white; &.runner-state-shared { background: $green-400; } &.runner-state-specific { background: $blue-400; } } .runner-status { &.runner-status-online { background-color: $green-600; } &.runner-status-offline { background-color: $gray-darkest; } &.runner-status-paused { background-color: $red-500; } }