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

35 lines
401 B
SCSS
Raw Normal View History

2015-10-22 05:31:00 -04:00
.runner-state {
padding: 6px 12px;
margin-right: 10px;
color: #fff;
2015-09-11 13:25:53 -04:00
2015-10-22 05:31:00 -04:00
&.runner-state-shared {
background: #32b186;
2015-09-11 13:25:53 -04:00
}
2015-10-22 05:31:00 -04:00
&.runner-state-specific {
background: #3498db;
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 {
color: green;
}
2015-09-11 13:25:53 -04:00
2015-10-22 05:31:00 -04:00
.runner-status-offline {
color: gray;
}
.runner-status-paused {
color: red;
}
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
}
}