@tet/tet-components 1.3.127-staging → 1.3.128-staging

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.
@@ -7747,6 +7747,13 @@
7747
7747
  cursor: pointer;
7748
7748
  text-decoration: none;
7749
7749
  }
7750
+ .benefit-wrapper .benefit__link:focus-visible {
7751
+ outline: 0.125rem solid var(--tc-blue-40);
7752
+ outline-offset: 0.125rem;
7753
+ transition: outline 0s;
7754
+ border-radius: 0.125rem;
7755
+ outline-color: var(--compare-card-focus-outline-color);
7756
+ }
7750
7757
 
7751
7758
  .price .price-wrapper {
7752
7759
  display: flex;
@@ -7814,6 +7821,7 @@
7814
7821
  margin-bottom: 1rem;
7815
7822
  display: flex;
7816
7823
  flex-direction: row;
7824
+ gap: 1rem;
7817
7825
  }
7818
7826
  .bonuses-wrapper .bonuss {
7819
7827
  width: 50%;
@@ -7823,6 +7831,7 @@
7823
7831
  .bonuses-wrapper .bonuss.bonuss--active {
7824
7832
  display: flex;
7825
7833
  flex-direction: row;
7834
+ align-items: flex-start;
7826
7835
  }
7827
7836
  .bonuses-wrapper .bonuss.bonuss--inactive {
7828
7837
  display: none;
@@ -7835,6 +7844,13 @@
7835
7844
  line-height: 1.75rem;
7836
7845
  margin-left: 0.375rem;
7837
7846
  }
7847
+ .bonuses-wrapper .bonuss__text:focus-visible {
7848
+ outline: 0.125rem solid var(--tc-blue-40);
7849
+ outline-offset: 0.125rem;
7850
+ transition: outline 0s;
7851
+ border-radius: 0.125rem;
7852
+ outline-color: var(--compare-card-focus-outline-color);
7853
+ }
7838
7854
  .bonuses-wrapper .bonuss__link {
7839
7855
  cursor: pointer;
7840
7856
  }
@@ -7857,7 +7873,6 @@
7857
7873
  .button-wrapper .secondary-link,
7858
7874
  .button-wrapper .secondary-link a {
7859
7875
  font-family: var(--font-family-content);
7860
- color: var(--compare-card-secondary-link-text-color);
7861
7876
  font-weight: 400;
7862
7877
  font-size: var(--compare-card-secondary-link-font-size);
7863
7878
  line-height: 1rem;