@gofynd/theme-template 2.0.3 → 2.0.5

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.
@@ -30698,6 +30698,9 @@ h5,
30698
30698
  .sticky-pay-now__checkoutButton___mtO42 {
30699
30699
  gap: 12px;
30700
30700
  }
30701
+ .sticky-pay-now__buttonWidth___nKraw {
30702
+ width: 100%;
30703
+ }
30701
30704
 
30702
30705
  /**color by character**/
30703
30706
  /** Font family **/
@@ -32463,6 +32466,10 @@ h5,
32463
32466
  .checkout-payment-content__container___HusGh {
32464
32467
  background: var(--pageBackground, #f8f8f8);
32465
32468
  }
32469
+ .checkout-payment-content__container___HusGh.checkout-payment-content__unsetBorder___iXIU7 {
32470
+ border: unset;
32471
+ padding-top: 0;
32472
+ }
32466
32473
  @media only screen and (min-width: 769px) {
32467
32474
  .checkout-payment-content__container___HusGh {
32468
32475
  display: flex;
@@ -32597,6 +32604,7 @@ h5,
32597
32604
  font-size: 14px;
32598
32605
  font-weight: 500;
32599
32606
  line-height: 140%;
32607
+ height: 18px;
32600
32608
  }
32601
32609
  @media only screen and (max-width: 768px) {
32602
32610
  .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__link___ZIR_i .checkout-payment-content__modeName___oABQ2 {
@@ -32984,6 +32992,11 @@ h5,
32984
32992
  display: flex;
32985
32993
  flex-direction: column;
32986
32994
  }
32995
+ @media only screen and (max-width: 480px) {
32996
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk.checkout-payment-content__addPaddingBottom___Qc5bl {
32997
+ padding-bottom: 24px;
32998
+ }
32999
+ }
32987
33000
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cardInputWrapper___YqlSP {
32988
33001
  display: flex;
32989
33002
  flex-direction: column;
@@ -33003,8 +33016,8 @@ h5,
33003
33016
  top: 50%;
33004
33017
  transform: translateY(-50%);
33005
33018
  }
33006
- .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cardNetwork___GK7gx.checkout-payment-content__cvvError___gUVr7,
33007
- .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cvv___b1NMm.checkout-payment-content__cvvError___gUVr7 {
33019
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cardNetwork___GK7gx.checkout-payment-content__iconPositionOnError___teSxE,
33020
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cvv___b1NMm.checkout-payment-content__iconPositionOnError___teSxE {
33008
33021
  top: 35%;
33009
33022
  }
33010
33023
  @media only screen and (min-width: 769px) {
@@ -33013,8 +33026,8 @@ h5,
33013
33026
  top: 38%;
33014
33027
  transform: unset;
33015
33028
  }
33016
- .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cardNetwork___GK7gx.checkout-payment-content__cvvError___gUVr7,
33017
- .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cvv___b1NMm.checkout-payment-content__cvvError___gUVr7 {
33029
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cardNetwork___GK7gx.checkout-payment-content__iconPositionOnError___teSxE,
33030
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cvv___b1NMm.checkout-payment-content__iconPositionOnError___teSxE {
33018
33031
  top: 25%;
33019
33032
  }
33020
33033
  }
@@ -33135,12 +33148,12 @@ h5,
33135
33148
  margin-bottom: 16px;
33136
33149
  }
33137
33150
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__saveNewCard___cPi2y {
33138
- padding: 8px;
33139
- border-radius: 5px;
33151
+ padding: 16px;
33152
+ border-radius: var(--buttonRadius, 0px);
33140
33153
  background-color: var(--primaryColor);
33141
33154
  border: none;
33142
33155
  width: 100%;
33143
- margin-top: 24px;
33156
+ margin-top: 16px;
33144
33157
  font-weight: 600;
33145
33158
  font-size: 14px;
33146
33159
  text-transform: uppercase;
@@ -33149,12 +33162,12 @@ h5,
33149
33162
  line-height: 140%;
33150
33163
  }
33151
33164
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__saveNewCard___cPi2y[disabled] {
33152
- padding: 8px;
33153
- border-radius: 5px;
33165
+ padding: 16px;
33166
+ border-radius: var(--buttonRadius, 0px);
33154
33167
  background-color: var(--primaryColor);
33155
33168
  border: none;
33156
33169
  width: 100%;
33157
- margin-top: 24px;
33170
+ margin-top: 16px;
33158
33171
  font-weight: 600;
33159
33172
  font-size: 14px;
33160
33173
  text-transform: uppercase;
@@ -33325,7 +33338,7 @@ h5,
33325
33338
  .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ .checkout-payment-content__modeItemWrapper___IlJf3 .checkout-payment-content__modeItem___M6Obf .checkout-payment-content__moreModeArrow___yBQbk {
33326
33339
  transform: rotate(270deg);
33327
33340
  }
33328
- [dir='rtl'] .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ .checkout-payment-content__modeItemWrapper___IlJf3 .checkout-payment-content__modeItem___M6Obf .checkout-payment-content__moreModeArrow___yBQbk {
33341
+ [dir="rtl"] .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ .checkout-payment-content__modeItemWrapper___IlJf3 .checkout-payment-content__modeItem___M6Obf .checkout-payment-content__moreModeArrow___yBQbk {
33329
33342
  transform: rotate(90deg);
33330
33343
  }
33331
33344
  .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ .checkout-payment-content__modeItemWrapper___IlJf3 .checkout-payment-content__modeItem___M6Obf .checkout-payment-content__otherModeArrow___ulm30 {
@@ -33402,6 +33415,12 @@ h5,
33402
33415
  align-items: center;
33403
33416
  border: 1px solid var(--dividerStokes);
33404
33417
  border-radius: 100px;
33418
+ width: 38px;
33419
+ height: 38px;
33420
+ padding: 8px 4px;
33421
+ }
33422
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiApp___M2sjF .checkout-payment-content__logo___jNLmQ:last-child {
33423
+ padding: unset;
33405
33424
  }
33406
33425
  .checkout-payment-content__container___HusGh .checkout-payment-content__upiApp___M2sjF .checkout-payment-content__displayName___dLKMP {
33407
33426
  flex: 1;
@@ -33628,7 +33647,8 @@ h5,
33628
33647
  text-transform: uppercase;
33629
33648
  cursor: pointer;
33630
33649
  line-height: 140%;
33631
- margin: 24px 0;
33650
+ margin-top: 16px;
33651
+ margin-bottom: 24px;
33632
33652
  }
33633
33653
  .checkout-payment-content__container___HusGh .checkout-payment-content__upiPay___CycYi .checkout-payment-content__payBtn___dgcAp:hover {
33634
33654
  background-color: var(--buttonPrimaryL1, #71653a);
@@ -34065,7 +34085,7 @@ h5,
34065
34085
  display: flex;
34066
34086
  align-items: center;
34067
34087
  }
34068
- [dir='rtl'] .checkout-payment-content__moreModeIcon___Hjipo {
34088
+ [dir="rtl"] .checkout-payment-content__moreModeIcon___Hjipo {
34069
34089
  transform: rotate(90deg);
34070
34090
  }
34071
34091
  .checkout-payment-content__moreModeIcon___Hjipo svg {
@@ -34163,6 +34183,10 @@ h5,
34163
34183
  display: none;
34164
34184
  }
34165
34185
  }
34186
+ .checkout-payment-content__mopIcon___koORc {
34187
+ width: 24px;
34188
+ height: 24px;
34189
+ }
34166
34190
 
34167
34191
  /**color by character**/
34168
34192
  /** Font family **/
@@ -34866,6 +34890,9 @@ h5,
34866
34890
  .checkout-payment__paymentContainer___1UBn5 {
34867
34891
  margin-top: 20px;
34868
34892
  }
34893
+ .checkout-payment__paymentContainer___1UBn5.checkout-payment__unsetMarginTop___yjz9p {
34894
+ margin-top: unset !important;
34895
+ }
34869
34896
  @media only screen and (max-width: 480px) {
34870
34897
  .checkout-payment__paymentContainer___1UBn5 {
34871
34898
  margin-top: 12px;
@@ -34895,15 +34922,33 @@ h5,
34895
34922
  line-height: 140%;
34896
34923
  color: var(--textHeading);
34897
34924
  }
34925
+ .checkout-payment__paymentContainer___1UBn5 .checkout-payment__reviewHeaderUnselect___KZS1G .checkout-payment__unsetPaddingLeft___MfCqa {
34926
+ padding-left: 0 !important;
34927
+ }
34898
34928
  .checkout-payment__paymentContainer___1UBn5 .checkout-payment__paymentHeaderSelect___m4N3s {
34899
34929
  display: flex;
34900
34930
  align-items: center;
34901
34931
  padding: 24px;
34902
34932
  border-radius: 8px 8px 0 0;
34903
34933
  border: 1px solid var(--dividerStokes);
34934
+ background-color: var(--pageBackground, #f8f8f8);
34935
+ }
34936
+ .checkout-payment__paymentContainer___1UBn5 .checkout-payment__paymentHeaderSelect___m4N3s.checkout-payment__unsetBorder___lrZnv {
34937
+ border: unset !important;
34938
+ }
34939
+ @media only screen and (min-width: 769px) {
34940
+ .checkout-payment__paymentContainer___1UBn5 .checkout-payment__paymentHeaderSelect___m4N3s.checkout-payment__unsetBorder___lrZnv {
34941
+ padding-bottom: 16px !important;
34942
+ }
34943
+ }
34944
+ @media only screen and (max-width: 480px) {
34945
+ .checkout-payment__paymentContainer___1UBn5 .checkout-payment__paymentHeaderSelect___m4N3s.checkout-payment__unsetBorder___lrZnv {
34946
+ border-bottom: 1px solid var(--dividerStokes) !important;
34947
+ }
34904
34948
  }
34905
34949
  @media only screen and (max-width: 768px) {
34906
34950
  .checkout-payment__paymentContainer___1UBn5 .checkout-payment__paymentHeaderSelect___m4N3s {
34951
+ padding: 16px;
34907
34952
  border-radius: 0;
34908
34953
  }
34909
34954
  }
@@ -34926,6 +34971,9 @@ h5,
34926
34971
  padding-inline-start: 15px;
34927
34972
  }
34928
34973
  }
34974
+ .checkout-payment__paymentContainer___1UBn5 .checkout-payment__paymentHeaderSelect___m4N3s .checkout-payment__unsetPaddingLeft___MfCqa {
34975
+ padding-left: 0 !important;
34976
+ }
34929
34977
  .checkout-payment__paymentContainer___1UBn5 .checkout-payment__paymentFailedHeader___hxZJR {
34930
34978
  border-width: 0 1px 1px 1px;
34931
34979
  border-color: var(--dividerStokes);