File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
src/Frontend/src/components/platformcapabilities Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments