debian-mirror-gitlab/app/assets/stylesheets/pages/runners.scss

36 lines
402 B
SCSS
Raw Normal View History

2015-11-26 14:37:03 +05:30
.runner-state {
padding: 6px 12px;
margin-right: 10px;
2016-06-02 11:05:42 +05:30
color: #fff;
2015-09-25 12:07:36 +05:30
2015-11-26 14:37:03 +05:30
&.runner-state-shared {
background: #32b186;
2015-09-25 12:07:36 +05:30
}
2016-11-03 12:29:30 +05:30
2015-11-26 14:37:03 +05:30
&.runner-state-specific {
background: #3498db;
2015-09-25 12:07:36 +05:30
}
2015-11-26 14:37:03 +05:30
}
2015-09-25 12:07:36 +05:30
2015-11-26 14:37:03 +05:30
.runner-status-online {
color: green;
}
2015-09-25 12:07:36 +05:30
2015-11-26 14:37:03 +05:30
.runner-status-offline {
color: gray;
}
.runner-status-paused {
color: red;
}
2015-09-25 12:07:36 +05:30
2015-11-26 14:37:03 +05:30
.runner {
.btn {
padding: 1px 6px;
}
2015-09-25 12:07:36 +05:30
2015-11-26 14:37:03 +05:30
h4 {
font-weight: normal;
2015-09-25 12:07:36 +05:30
}
}