@npm_leadtech/legal-lib-components 7.60.0 → 7.62.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/css/styles.css
CHANGED
|
@@ -532,6 +532,23 @@ html[data-theme=lawdistrictonline] {
|
|
|
532
532
|
--others-black: #000;
|
|
533
533
|
}
|
|
534
534
|
html[data-theme=legalfinity] {
|
|
535
|
+
--button: #1039f5;
|
|
536
|
+
--button-secondary: #1039f5;
|
|
537
|
+
--button-hover: #3970ff;
|
|
538
|
+
--button-tertiary: #3970ff;
|
|
539
|
+
--button-2: #07144b;
|
|
540
|
+
--button-4: #07144b;
|
|
541
|
+
--button-2-hover: #163399;
|
|
542
|
+
--button-4-hover: #163399;
|
|
543
|
+
--snackbar-success-color: #163399;
|
|
544
|
+
--button-4-color: #e9f5ff;
|
|
545
|
+
--button-secondary-hover: #d7ecff;
|
|
546
|
+
--feeback-success: #d7ecff;
|
|
547
|
+
--button-tertiary-hover: #b7daff;
|
|
548
|
+
--snackbar-success-bg: #8bc1ff;
|
|
549
|
+
--snackbar-success-border: #5e99ff;
|
|
550
|
+
--snackbar-reminder-bg: #f98116;
|
|
551
|
+
--snackbar-reminder-border: #ea660c;
|
|
535
552
|
--primary-main-light-6: #e9f5ff;
|
|
536
553
|
--primary-main-light-5: #d7ecff;
|
|
537
554
|
--primary-main-light-4: #b7daff;
|
|
@@ -48,5 +48,5 @@ const LOGOS = {
|
|
|
48
48
|
}
|
|
49
49
|
};
|
|
50
50
|
export const Logo = ({ className, siteName = 'lawdistrict', type = 'default', width, height, isLoadingLazy = false }) => {
|
|
51
|
-
return (_jsx("img", { className: className, src: LOGOS[siteName.toLowerCase()][type], alt: `${siteName} logo`, width: width, height: height, loading: isLoadingLazy ? 'lazy' : 'eager' }));
|
|
51
|
+
return (_jsx("img", { className: className, src: LOGOS[siteName.toLowerCase() ?? 'lawdistrict'][type], alt: `${siteName} logo`, width: width, height: height, loading: isLoadingLazy ? 'lazy' : 'eager' }));
|
|
52
52
|
};
|
|
@@ -319,6 +319,24 @@ html[data-theme='lawdistrictonline'] {
|
|
|
319
319
|
}
|
|
320
320
|
|
|
321
321
|
html[data-theme='legalfinity'] {
|
|
322
|
+
--button: #1039f5;
|
|
323
|
+
--button-secondary: #1039f5;
|
|
324
|
+
--button-hover: #3970ff;
|
|
325
|
+
--button-tertiary: #3970ff;
|
|
326
|
+
--button-2: #07144b;
|
|
327
|
+
--button-4: #07144b;
|
|
328
|
+
--button-2-hover: #163399;
|
|
329
|
+
--button-4-hover: #163399;
|
|
330
|
+
--snackbar-success-color: #163399;
|
|
331
|
+
--button-4-color: #e9f5ff;
|
|
332
|
+
--button-secondary-hover: #d7ecff;
|
|
333
|
+
--feeback-success: #d7ecff;
|
|
334
|
+
--button-tertiary-hover: #b7daff;
|
|
335
|
+
--snackbar-success-bg: #8bc1ff;
|
|
336
|
+
--snackbar-success-border: #5e99ff;
|
|
337
|
+
--snackbar-reminder-bg: #f98116;
|
|
338
|
+
--snackbar-reminder-border: #ea660c;
|
|
339
|
+
|
|
322
340
|
--primary-main-light-6: #e9f5ff;
|
|
323
341
|
--primary-main-light-5: #d7ecff;
|
|
324
342
|
--primary-main-light-4: #b7daff;
|