Skip to content

Commit c45fb38

Browse files
warwickschroederjasontaylordev
authored andcommitted
Remove unused styles
1 parent 8a9a3b2 commit c45fb38

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

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

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,6 @@ const props = defineProps<{
160160
font-size: 14px;
161161
}
162162
163-
.is-loading {
164-
opacity: 0.3;
165-
pointer-events: none;
166-
}
167-
168163
.capability-header {
169164
display: flex;
170165
align-items: flex-start;
@@ -313,17 +308,6 @@ const props = defineProps<{
313308
border-color: var(--primary-hover-color, #0056b3);
314309
}
315310
316-
.learn-more-btn.btn-secondary {
317-
background-color: transparent;
318-
color: var(--primary-color, #007bff);
319-
border-color: var(--primary-color, #007bff);
320-
}
321-
322-
.learn-more-btn.btn-secondary:hover {
323-
background-color: var(--primary-color, #007bff);
324-
color: white;
325-
}
326-
327311
/* Responsive adjustments */
328312
@media (max-width: 768px) {
329313
.capability-header {

0 commit comments

Comments
 (0)