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

36 lines
514 B
SCSS
Raw Normal View History

2015-11-26 14:37:03 +05:30
.runner-state {
padding: 6px 12px;
margin-right: 10px;
2017-08-17 22:00:37 +05:30
color: $white-light;
2015-09-25 12:07:36 +05:30
2015-11-26 14:37:03 +05:30
&.runner-state-shared {
2017-08-17 22:00:37 +05:30
background: $runner-state-shared-bg;
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 {
2017-08-17 22:00:37 +05:30
background: $runner-state-specific-bg;
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 {
2017-08-17 22:00:37 +05:30
color: $runner-status-online-color;
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-offline {
2017-08-17 22:00:37 +05:30
color: $runner-status-offline-color;
2015-11-26 14:37:03 +05:30
}
.runner-status-paused {
2017-08-17 22:00:37 +05:30
color: $runner-status-paused-color;
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 {
.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
}
}