mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-12 04:15:07 +00:00
11 lines
148 B
Plaintext
11 lines
148 B
Plaintext
|
.build {
|
||
|
padding: 25px;
|
||
|
|
||
|
&__in-progress {
|
||
|
background: lighten(@brand-info, 40%);
|
||
|
}
|
||
|
&__done {
|
||
|
background: lighten(@brand-success, 50%);
|
||
|
}
|
||
|
}
|