Commit 873e93b 1 parent 25aafab commit 873e93b Copy full SHA for 873e93b
File tree 1 file changed +21
-6
lines changed
src/api/app/assets/stylesheets/webui2
1 file changed +21
-6
lines changed Original file line number Diff line number Diff line change 23
23
}
24
24
25
25
.build-state-building {
26
- color : $blue ;
26
+ @extend .text-white ;
27
+ @extend .px-1 ;
28
+ background-color : $blue ;
27
29
}
28
30
29
31
.build-state-scheduled {
30
- color : $cyan ;
32
+ @extend .text-white ;
33
+ @extend .px-1 ;
34
+ background-color : $cyan ;
31
35
}
32
36
33
37
.build-state-signing , .build-state-finished {
34
- color : $dark ;
38
+ color : black ;
39
+ @extend .px-1 ;
40
+ background-color : $yellow ;
35
41
}
36
42
37
43
.build-state-unresolvable , .build-state-broken , .build-state-failed {
38
44
color : $red ;
39
45
}
40
46
41
47
.build-state-disabled {
42
- @extend .text-black-50 ;
48
+ @extend .text-white ;
49
+ @extend .px-1 ;
50
+ background-color : $gray-600 ;
43
51
}
52
+
44
53
.build-state-blocked {
45
54
@extend .text-white ;
46
- @extend .bg-secondary ;
47
55
@extend .px-1 ;
56
+ background-color : $gray-600 ;
57
+ }
58
+
59
+ .build-state-scheduled-warning {
60
+ @extend .text-white ;
61
+ @extend .px-1 ;
62
+ background-color : $orange ;
48
63
}
49
64
50
- .build-state-scheduled-warning , .build-state- unknown {
65
+ .build-state-unknown {
51
66
color : $orange ;
52
67
}
53
68
You can’t perform that action at this time.
0 commit comments