BigW Consortium Gitlab

runners.scss 514 Bytes
Newer Older
1 2 3
.runner-state {
  padding: 6px 12px;
  margin-right: 10px;
4
  color: $white-light;
5

6
  &.runner-state-shared {
7
    background: $runner-state-shared-bg;
8
  }
9

10
  &.runner-state-specific {
11
    background: $runner-state-specific-bg;
12
  }
13
}
14

15
.runner-status-online {
16
  color: $runner-status-online-color;
17
}
18

19
.runner-status-offline {
20
  color: $runner-status-offline-color;
21 22 23
}

.runner-status-paused {
24
  color: $runner-status-paused-color;
25
}
26

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

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