Skip to content

Commit 74b3e27

Browse files
warwickschroederjasontaylordev
authored andcommitted
Remove unused styles
1 parent fd94271 commit 74b3e27

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/Frontend/src/components/platformcapabilities/CapabilityCard.vue

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,6 @@ const props = defineProps<{
100100
border-left: 4px solid var(--success-color, #28a745);
101101
}
102102
103-
.capability-partially-available {
104-
border-left: 4px solid var(--warning-color, #ffc107);
105-
}
106-
107103
.capability-unavailable {
108104
border-left: 4px solid var(--danger-color, #dc3545);
109105
}
@@ -251,11 +247,6 @@ const props = defineProps<{
251247
color: #155724;
252248
}
253249
254-
.status-partially-available {
255-
background-color: #fff3cd;
256-
color: #856404;
257-
}
258-
259250
.status-unavailable {
260251
background-color: #f8d7da;
261252
color: #721c24;

0 commit comments

Comments
 (0)