mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-11 21:45:07 +00:00
36 lines
464 B
Plaintext
36 lines
464 B
Plaintext
.build {
|
|
.clearfix;
|
|
padding: 15px;
|
|
margin-bottom: 3px;
|
|
|
|
&__in-progress {
|
|
background: lighten(@brand-info, 40%);
|
|
}
|
|
&__done {
|
|
background: lighten(@brand-success, 50%);
|
|
}
|
|
&__error {
|
|
background: lighten(@brand-danger, 30%);
|
|
}
|
|
|
|
&_info {
|
|
display: inline-block;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
&_controls {
|
|
margin-top: 3px;
|
|
}
|
|
|
|
&_header {
|
|
margin-bottom: 2px;
|
|
font-size: 16px;
|
|
a {
|
|
font-size: inherit;
|
|
}
|
|
}
|
|
&_terminal {
|
|
margin-top: 10px;
|
|
}
|
|
}
|