BigW Consortium Gitlab

runners.scss 401 Bytes
Newer Older
1 2 3 4
.runner-state {
  padding: 6px 12px;
  margin-right: 10px;
  color: #FFF;
5

6 7
  &.runner-state-shared {
    background: #32b186;
8
  }
9 10
  &.runner-state-specific {
    background: #3498db;
11
  }
12
}
13

14 15 16
.runner-status-online {
  color: green;
}
17

18 19 20 21 22 23 24
.runner-status-offline {
  color: gray;
}

.runner-status-paused {
  color: red;
}
25

26 27 28 29
.runner {
  .btn {
    padding: 1px 6px;
  }
30

31 32
  h4 {
    font-weight: normal;
33 34
  }
}