gitlab-org--gitlab-foss/app/assets/stylesheets/pages/runners.scss

36 lines
514 B
SCSS
Raw Normal View History

2015-10-22 05:31:00 -04:00
.runner-state {
padding: 6px 12px;
margin-right: 10px;
2016-11-30 08:25:25 -05:00
color: $white-light;
2015-09-11 13:25:53 -04:00
2015-10-22 05:31:00 -04:00
&.runner-state-shared {
2016-11-30 08:25:25 -05:00
background: $runner-state-shared-bg;
2015-09-11 13:25:53 -04:00
}
2015-10-22 05:31:00 -04:00
&.runner-state-specific {
2016-11-30 08:25:25 -05:00
background: $runner-state-specific-bg;
2015-09-11 13:25:53 -04:00
}
2015-10-22 05:31:00 -04:00
}
2015-09-11 13:25:53 -04:00
2015-10-22 05:31:00 -04:00
.runner-status-online {
2016-11-30 08:25:25 -05:00
color: $runner-status-online-color;
2015-10-22 05:31:00 -04:00
}
2015-09-11 13:25:53 -04:00
2015-10-22 05:31:00 -04:00
.runner-status-offline {
2016-11-30 08:25:25 -05:00
color: $runner-status-offline-color;
2015-10-22 05:31:00 -04:00
}
.runner-status-paused {
2016-11-30 08:25:25 -05:00
color: $runner-status-paused-color;
2015-10-22 05:31:00 -04:00
}
2015-09-11 13:25:53 -04:00
2015-10-22 05:31:00 -04:00
.runner {
.btn {
padding: 1px 6px;
}
2015-09-11 13:25:53 -04:00
2015-10-22 05:31:00 -04:00
h4 {
font-weight: normal;
2015-09-11 13:25:53 -04:00
}
}