Browse Source

testimonial and other polish

David Hill 4 months ago
parent
commit
9701891e94

+ 12 - 20
packages/console/app/src/routes/enterprise/index.css

@@ -309,29 +309,21 @@
       color: var(--color-text);
       color: var(--color-text);
     }
     }
 
 
-    ul {
-      list-style: none;
-      padding: 0;
-      margin-bottom: 2rem;
-
-      li {
-        margin-bottom: 0.75rem;
-        padding-left: 1.5rem;
-        position: relative;
-        line-height: 1.5;
-        color: var(--color-text);
+    [data-component="testimonial"] {
+      margin-top: 4rem;
+      font-weight: 500;
+      color: var(--color-text-strong);
 
 
-        &::before {
-          content: "•";
-          position: absolute;
-          left: 0;
-          color: var(--color-background-interactive);
-          font-weight: bold;
+      [data-component="quotation"] {
+        svg {
+          margin-bottom: 1rem;
+          opacity: 20%;
         }
         }
+      }
 
 
-        strong {
-          color: var(--color-text-strong);
-          font-weight: 500;
+      [data-component="testimonial-logo"] {
+        svg {
+          margin-top: 1.5rem;
         }
         }
       }
       }
     }
     }

File diff suppressed because it is too large
+ 30 - 0
packages/console/app/src/routes/enterprise/index.tsx


Some files were not shown because too many files changed in this diff