mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-12 04:15:07 +00:00
18 lines
242 B
Plaintext
18 lines
242 B
Plaintext
.build {
|
|
.clearfix;
|
|
padding: 15px;
|
|
margin-bottom: 3px;
|
|
|
|
&__in-progress {
|
|
background: lighten(@brand-info, 40%);
|
|
}
|
|
&__done {
|
|
background: lighten(@brand-success, 50%);
|
|
}
|
|
|
|
&_info {
|
|
display: inline-block;
|
|
margin-right: 10px;
|
|
}
|
|
}
|