@onpe/ui 1.2.104 → 1.3.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.
@@ -1,5 +1,5 @@
1
- import React, { ReactNode } from 'react';
2
- import './Footer.css';
1
+ import React, { ReactNode } from "react";
2
+ import "./Footer.css";
3
3
  export interface FooterProps extends React.HTMLAttributes<HTMLDivElement> {
4
4
  showBrowserInfo?: boolean;
5
5
  showContactInfo?: boolean;
@@ -938,10 +938,15 @@ body.onpe-modal-open {
938
938
  max-width: 1460px;
939
939
  }
940
940
 
941
- .onpe-footer-contact-item {
941
+ .onpe-footer-contact-item {
942
942
  /* List item styles */
943
943
  }
944
944
 
945
+ .onpe-footer-contact-item-color {
946
+ /* List item styles */
947
+ color : var(--onpe-ui-blue-dark);
948
+ }
949
+
945
950
  .onpe-footer-contact-title {
946
951
  font-weight: 600;
947
952
  color: var(--onpe-ui-yellow);
@@ -938,10 +938,15 @@ body.onpe-modal-open {
938
938
  max-width: 1460px;
939
939
  }
940
940
 
941
- .onpe-footer-contact-item {
941
+ .onpe-footer-contact-item {
942
942
  /* List item styles */
943
943
  }
944
944
 
945
+ .onpe-footer-contact-item-color {
946
+ /* List item styles */
947
+ color : var(--onpe-ui-blue-dark);
948
+ }
949
+
945
950
  .onpe-footer-contact-title {
946
951
  font-weight: 600;
947
952
  color: var(--onpe-ui-yellow);