nci/static/css/sources/components/builds.less

36 lines
464 B
Plaintext
Raw Normal View History

2015-05-09 20:19:25 +00:00
.build {
2015-05-09 21:36:17 +00:00
.clearfix;
padding: 15px;
margin-bottom: 3px;
2015-05-09 20:19:25 +00:00
&__in-progress {
background: lighten(@brand-info, 40%);
}
&__done {
background: lighten(@brand-success, 50%);
}
2015-05-09 22:07:53 +00:00
&__error {
background: lighten(@brand-danger, 30%);
2015-05-09 22:07:53 +00:00
}
2015-05-09 21:36:17 +00:00
&_info {
display: inline-block;
margin-right: 10px;
}
2015-05-09 22:04:36 +00:00
&_controls {
margin-top: 3px;
}
&_header {
margin-bottom: 2px;
font-size: 16px;
a {
font-size: inherit;
}
}
2015-05-10 16:53:33 +00:00
&_terminal {
margin-top: 10px;
}
2015-05-09 20:19:25 +00:00
}