Explorar o código

style(SearchEffectModal): adjust color styling for product name

- Refactored the CSS for the product name in the SearchEffectModal component to maintain standard color usage while preserving the option for a green variant. This change enhances the visual consistency of the component.
ylong hai 1 mes
pai
achega
dcd9f56a37

+ 4 - 4
src/views/statsAnalysis/search/components/SearchEffectModal.vue

@@ -150,12 +150,12 @@
         .product-details {
             .name {
                 font-weight: bold;
-                color: #333; // Usually green in example but let's stick to standard
-                &.green {
-                    color: #4caf50;
-                } // If needed
+                color: #333;
                 font-size: 14px;
                 margin-bottom: 5px;
+                &.green {
+                    color: #4caf50;
+                }
             }
             .meta {
                 font-size: 12px;