@npm_leadtech/legal-lib-components 5.46.1 → 5.47.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.
Files changed (196) hide show
  1. package/dist/css/styles.css +176 -261
  2. package/dist/src/components/atoms/AddButton/AddButton.styled.js +2 -2
  3. package/dist/src/components/atoms/AddButton/AddButton.styled.ts +2 -2
  4. package/dist/src/components/atoms/BaseBox/BaseBox.styled.js +1 -1
  5. package/dist/src/components/atoms/BaseBox/BaseBox.styled.ts +1 -1
  6. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.styled.js +3 -3
  7. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.styled.ts +3 -3
  8. package/dist/src/components/atoms/BillCard/BillCard.styled.js +1 -1
  9. package/dist/src/components/atoms/BillCard/BillCard.styled.ts +1 -1
  10. package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.styled.js +1 -1
  11. package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.styled.ts +1 -1
  12. package/dist/src/components/atoms/Button/Button.scss +7 -3
  13. package/dist/src/components/atoms/ButtonIcon/ButtonIcon.scss +1 -1
  14. package/dist/src/components/atoms/CardPane/CardPane.styled.js +1 -1
  15. package/dist/src/components/atoms/CardPane/CardPane.styled.ts +1 -1
  16. package/dist/src/components/atoms/Checkbox/Checkbox.styled.js +2 -2
  17. package/dist/src/components/atoms/Checkbox/Checkbox.styled.ts +2 -2
  18. package/dist/src/components/atoms/ContactCard/ContactCard.styled.js +1 -1
  19. package/dist/src/components/atoms/ContactCard/ContactCard.styled.ts +1 -1
  20. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.styled.js +1 -1
  21. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.styled.ts +1 -1
  22. package/dist/src/components/atoms/DatePickerCustom/DatepickerPlugin.scss +7 -7
  23. package/dist/src/components/atoms/DatePickerCustom/index.js.map +1 -1
  24. package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.styled.js +6 -6
  25. package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.styled.ts +6 -6
  26. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.styled.js +1 -1
  27. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.styled.ts +1 -1
  28. package/dist/src/components/atoms/DocumentTag/DocumentTag.styled.js +2 -2
  29. package/dist/src/components/atoms/DocumentTag/DocumentTag.styled.ts +2 -2
  30. package/dist/src/components/atoms/ExpertCard/ExpertCard.styled.js +1 -1
  31. package/dist/src/components/atoms/ExpertCard/ExpertCard.styled.ts +1 -1
  32. package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.styled.js +4 -4
  33. package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.styled.ts +4 -4
  34. package/dist/src/components/atoms/FixedFooter/FixedFooter.styled.js +5 -5
  35. package/dist/src/components/atoms/FixedFooter/FixedFooter.styled.ts +5 -5
  36. package/dist/src/components/atoms/FormFaq/FormFaq.styled.js +1 -1
  37. package/dist/src/components/atoms/FormFaq/FormFaq.styled.ts +1 -1
  38. package/dist/src/components/atoms/IconImage/IconImage.d.ts +2 -2
  39. package/dist/src/components/atoms/IconImage/IconImage.js +1 -5
  40. package/dist/src/components/atoms/IconImage/IconImage.tsx +10 -8
  41. package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.styled.js +2 -2
  42. package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.styled.ts +2 -2
  43. package/dist/src/components/atoms/InfoBox/InfoBox.styled.js +1 -1
  44. package/dist/src/components/atoms/InfoBox/InfoBox.styled.ts +1 -1
  45. package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.styled.js +1 -1
  46. package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.styled.ts +1 -1
  47. package/dist/src/components/atoms/MenuItems/MenuItems.styled.js +1 -1
  48. package/dist/src/components/atoms/MenuItems/MenuItems.styled.ts +1 -1
  49. package/dist/src/components/atoms/MessageInformation/MessageInformation.styled.js +3 -3
  50. package/dist/src/components/atoms/MessageInformation/MessageInformation.styled.ts +3 -3
  51. package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.styled.js +3 -3
  52. package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.styled.ts +3 -3
  53. package/dist/src/components/atoms/NavMenuItem/NavMenuItem.styled.js +2 -2
  54. package/dist/src/components/atoms/NavMenuItem/NavMenuItem.styled.ts +2 -2
  55. package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.styled.js +3 -3
  56. package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.styled.ts +3 -3
  57. package/dist/src/components/atoms/Radio/Radio.scss +191 -159
  58. package/dist/src/components/atoms/Radio/Radio.tsx +1 -1
  59. package/dist/src/components/atoms/Radio/RadioProps.types.d.ts +3 -2
  60. package/dist/src/components/atoms/Radio/RadioProps.types.js +3 -2
  61. package/dist/src/components/atoms/Radio/RadioProps.types.ts +3 -2
  62. package/dist/src/components/atoms/RatafiaLandingIcon/RatafiaLandingIcon.scss +1 -1
  63. package/dist/src/components/atoms/RemoveButton/RemoveButton.styled.js +3 -3
  64. package/dist/src/components/atoms/RemoveButton/RemoveButton.styled.ts +3 -3
  65. package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.styled.js +3 -3
  66. package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.styled.ts +3 -3
  67. package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.js +2 -2
  68. package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.ts +2 -2
  69. package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.styled.js +1 -1
  70. package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.styled.ts +1 -1
  71. package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.styled.js +1 -1
  72. package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.styled.ts +1 -1
  73. package/dist/src/components/atoms/Tag/Tag.styled.js +3 -3
  74. package/dist/src/components/atoms/Tag/Tag.styled.ts +3 -3
  75. package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.styled.js +2 -2
  76. package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.styled.ts +2 -2
  77. package/dist/src/components/atoms/TextArea/TextArea.styled.js +1 -1
  78. package/dist/src/components/atoms/TextArea/TextArea.styled.ts +1 -1
  79. package/dist/src/components/atoms/Toggle/Toggle.styled.js +2 -2
  80. package/dist/src/components/atoms/Toggle/Toggle.styled.ts +2 -2
  81. package/dist/src/components/atoms/Tooltip/Tooltip.scss +1 -1
  82. package/dist/src/components/atoms/TopBar/TopBar.styled.js +1 -1
  83. package/dist/src/components/atoms/TopBar/TopBar.styled.ts +1 -1
  84. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.styled.js +6 -6
  85. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.styled.ts +6 -6
  86. package/dist/src/components/molecules/ActionButtonHeaderRatafiaCardList/ActionButtonHeaderRatafiaCardList.styled.js +2 -2
  87. package/dist/src/components/molecules/ActionButtonHeaderRatafiaCardList/ActionButtonHeaderRatafiaCardList.styled.ts +2 -2
  88. package/dist/src/components/molecules/AlsoKnownAs/AlsoKnownAs.styled.js +2 -2
  89. package/dist/src/components/molecules/AlsoKnownAs/AlsoKnownAs.styled.ts +2 -2
  90. package/dist/src/components/molecules/Article/Article.styled.js +1 -1
  91. package/dist/src/components/molecules/Article/Article.styled.ts +1 -1
  92. package/dist/src/components/molecules/BaseBoxList/BaseBoxList.styled.js +2 -2
  93. package/dist/src/components/molecules/BaseBoxList/BaseBoxList.styled.ts +2 -2
  94. package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.styled.js +1 -1
  95. package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.styled.ts +1 -1
  96. package/dist/src/components/molecules/BottomOverlay/BottomOverlay.styled.js +3 -3
  97. package/dist/src/components/molecules/BottomOverlay/BottomOverlay.styled.ts +3 -3
  98. package/dist/src/components/molecules/BoxForm/BoxForm.styled.js +1 -1
  99. package/dist/src/components/molecules/BoxForm/BoxForm.styled.ts +1 -1
  100. package/dist/src/components/molecules/ContactCardList/ContactCardList.styled.js +1 -1
  101. package/dist/src/components/molecules/ContactCardList/ContactCardList.styled.ts +1 -1
  102. package/dist/src/components/molecules/ContinueEditingBanner/ContinueEditingBanner.styled.js +1 -1
  103. package/dist/src/components/molecules/ContinueEditingBanner/ContinueEditingBanner.styled.ts +1 -1
  104. package/dist/src/components/molecules/CountDownMessage/CountDownMessage.styled.js +3 -3
  105. package/dist/src/components/molecules/CountDownMessage/CountDownMessage.styled.ts +3 -3
  106. package/dist/src/components/molecules/EmailContactBox/EmailContactBox.styled.js +1 -1
  107. package/dist/src/components/molecules/EmailContactBox/EmailContactBox.styled.ts +1 -1
  108. package/dist/src/components/molecules/FaqItem/FaqItem.styled.js +1 -1
  109. package/dist/src/components/molecules/FaqItem/FaqItem.styled.ts +1 -1
  110. package/dist/src/components/molecules/FeatureRatafiaCardList/FeatureRatafiaCardList.styled.js +1 -1
  111. package/dist/src/components/molecules/FeatureRatafiaCardList/FeatureRatafiaCardList.styled.ts +1 -1
  112. package/dist/src/components/molecules/KeyFactCardListRatafia/KeyFactCardListRatafia.styled.js +1 -1
  113. package/dist/src/components/molecules/KeyFactCardListRatafia/KeyFactCardListRatafia.styled.ts +1 -1
  114. package/dist/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.scss +1 -1
  115. package/dist/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.styled.js +1 -1
  116. package/dist/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.styled.ts +1 -1
  117. package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.styled.js +3 -3
  118. package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.styled.ts +3 -3
  119. package/dist/src/components/molecules/MoreDocsMobile/MoreDocsMobile.styled.js +3 -3
  120. package/dist/src/components/molecules/MoreDocsMobile/MoreDocsMobile.styled.ts +3 -3
  121. package/dist/src/components/molecules/Pagination/Pagination.styled.js +1 -1
  122. package/dist/src/components/molecules/Pagination/Pagination.styled.ts +1 -1
  123. package/dist/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.styled.js +1 -1
  124. package/dist/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.styled.ts +1 -1
  125. package/dist/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.styled.js +1 -1
  126. package/dist/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.styled.ts +1 -1
  127. package/dist/src/components/molecules/PopularDocs/PopularDocs.styled.js +1 -1
  128. package/dist/src/components/molecules/PopularDocs/PopularDocs.styled.ts +1 -1
  129. package/dist/src/components/molecules/PricingCard/PricingCard.styled.js +1 -1
  130. package/dist/src/components/molecules/PricingCard/PricingCard.styled.ts +1 -1
  131. package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.js +2 -2
  132. package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.ts +2 -2
  133. package/dist/src/components/molecules/Snackbar/Snackbar.styled.js +2 -2
  134. package/dist/src/components/molecules/Snackbar/Snackbar.styled.ts +2 -2
  135. package/dist/src/components/molecules/StepGetForm/StepGetForm.styled.js +2 -2
  136. package/dist/src/components/molecules/StepGetForm/StepGetForm.styled.ts +2 -2
  137. package/dist/src/components/molecules/StepRatafiaCardList/StepRatafiaCardList.scss +1 -1
  138. package/dist/src/components/molecules/StepRatafiaCardList/StepRatafiaCardList.styled.js +1 -1
  139. package/dist/src/components/molecules/StepRatafiaCardList/StepRatafiaCardList.styled.ts +1 -1
  140. package/dist/src/components/molecules/SubtypeDocumentCard/SubtypeDocumentCard.styled.js +5 -5
  141. package/dist/src/components/molecules/SubtypeDocumentCard/SubtypeDocumentCard.styled.ts +5 -5
  142. package/dist/src/components/molecules/TagsRatafiaList/TagsRatafiaList.styled.js +1 -1
  143. package/dist/src/components/molecules/TagsRatafiaList/TagsRatafiaList.styled.ts +1 -1
  144. package/dist/src/components/molecules/TextInput/TextInput.scss +1 -1
  145. package/dist/src/components/molecules/TooltipMenu/TooltipMenu.scss +1 -1
  146. package/dist/src/components/molecules/TypeModulesList/TypeModulesList.styled.js +1 -1
  147. package/dist/src/components/molecules/TypeModulesList/TypeModulesList.styled.ts +1 -1
  148. package/dist/src/components/molecules/UploadRatafiaZone/UploadRatafiaZone.styled.js +1 -1
  149. package/dist/src/components/molecules/UploadRatafiaZone/UploadRatafiaZone.styled.ts +1 -1
  150. package/dist/src/components/organisms/CardFunctionality/CardFunctionality.styled.js +4 -4
  151. package/dist/src/components/organisms/CardFunctionality/CardFunctionality.styled.ts +4 -4
  152. package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.styled.js +2 -2
  153. package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.styled.ts +2 -2
  154. package/dist/src/components/organisms/FaqGroup/FaqGroup.styled.js +1 -1
  155. package/dist/src/components/organisms/FaqGroup/FaqGroup.styled.ts +1 -1
  156. package/dist/src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContent.styled.js +1 -1
  157. package/dist/src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContent.styled.ts +1 -1
  158. package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.styled.js +2 -2
  159. package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.styled.ts +2 -2
  160. package/dist/src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContent.styled.js +3 -3
  161. package/dist/src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContent.styled.ts +3 -3
  162. package/dist/src/components/organisms/KeyFactsLoadingContentRatafia/KeyFactsLoadingContentRatafia.styled.js +4 -4
  163. package/dist/src/components/organisms/KeyFactsLoadingContentRatafia/KeyFactsLoadingContentRatafia.styled.ts +4 -4
  164. package/dist/src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafia.styled.js +1 -1
  165. package/dist/src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafia.styled.ts +1 -1
  166. package/dist/src/components/organisms/LayoutRatafia/LayoutRatafia.styled.js +2 -2
  167. package/dist/src/components/organisms/LayoutRatafia/LayoutRatafia.styled.ts +2 -2
  168. package/dist/src/components/organisms/LimitReachedContentRatafia/LimitReachedContentRatafia.styled.js +2 -2
  169. package/dist/src/components/organisms/LimitReachedContentRatafia/LimitReachedContentRatafia.styled.ts +2 -2
  170. package/dist/src/components/pages/FaqsPage/FaqsPage.styled.js +7 -7
  171. package/dist/src/components/pages/FaqsPage/FaqsPage.styled.ts +7 -7
  172. package/dist/src/components/pages/RatafiaPricingPage/RatafiaPricingPage.styled.js +1 -1
  173. package/dist/src/components/pages/RatafiaPricingPage/RatafiaPricingPage.styled.ts +1 -1
  174. package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.styled.js +1 -1
  175. package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.styled.ts +1 -1
  176. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.styled.js +2 -2
  177. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.styled.ts +2 -2
  178. package/dist/src/components/sections/LayoutRatafiaSection/LayoutRatafiaSection.styled.js +2 -2
  179. package/dist/src/components/sections/LayoutRatafiaSection/LayoutRatafiaSection.styled.ts +2 -2
  180. package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.styled.js +2 -2
  181. package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.styled.ts +2 -2
  182. package/dist/src/components/sections/LegalSection/LegalSection.styled.js +3 -3
  183. package/dist/src/components/sections/LegalSection/LegalSection.styled.ts +3 -3
  184. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.styled.js +1 -1
  185. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.styled.ts +1 -1
  186. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.styled.js +1 -1
  187. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.styled.ts +1 -1
  188. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.styled.js +2 -2
  189. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.styled.ts +2 -2
  190. package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.styled.js +2 -2
  191. package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.styled.ts +2 -2
  192. package/dist/src/globalStyles/functions.scss +5 -0
  193. package/dist/src/globalStyles/layout.scss +4 -4
  194. package/dist/src/globalStyles/variables.scss +9 -0
  195. package/dist/src/globalStyles/variablesCss.scss +1 -3
  196. package/package.json +1 -1
@@ -4,7 +4,7 @@ export const BottomOverlayMenuStyled = styled.div `
4
4
  justify-content: space-between;
5
5
  align-items: center;
6
6
  width: 100%;
7
- padding: 1rem 1.5rem;
7
+ padding: 16px 24px;
8
8
  background-color: var(--others-white);
9
9
  box-shadow: 0 2px 6px 0 var(--primary-main-dark-1);
10
10
  color: black;
@@ -5,7 +5,7 @@ export const BottomOverlayMenuStyled = styled.div`
5
5
  justify-content: space-between;
6
6
  align-items: center;
7
7
  width: 100%;
8
- padding: 1rem 1.5rem;
8
+ padding: 16px 24px;
9
9
  background-color: var(--others-white);
10
10
  box-shadow: 0 2px 6px 0 var(--primary-main-dark-1);
11
11
  color: black;
@@ -15,7 +15,7 @@ html[data-theme='lawdistrict'] {
15
15
  padding: 0.5rem 1rem;
16
16
  align-items: center;
17
17
  align-self: center;
18
- border-radius: var(--s-border-radius);
18
+ border-radius: var(--global-border-radius);
19
19
  text-align: center;
20
20
  text-decoration: none;
21
21
  cursor: pointer;
@@ -146,7 +146,7 @@ html[data-theme='lawdistrict'] {
146
146
  &-icon {
147
147
  display: flex;
148
148
  justify-content: center;
149
- border-radius: var(--s-border-radius);
149
+ border-radius: var(--global-border-radius);
150
150
  border: 2px solid var(--neutral-neutral-2);
151
151
  background-color: var(--neutral-neutral-5);
152
152
 
@@ -233,7 +233,7 @@ html[data-theme='lawdistrict'] {
233
233
  font-size: 14px;
234
234
  font-weight: bold;
235
235
  justify-content: center;
236
- border-radius: var(--s-border-radius);
236
+ border-radius: var(--global-border-radius);
237
237
  border: 2px solid var(--neutral-neutral-2);
238
238
  background-color: var(--neutral-neutral-6);
239
239
 
@@ -282,6 +282,10 @@ html[data-theme='lawdistrict'] {
282
282
  }
283
283
  }
284
284
 
285
+ .button--small {
286
+ line-height: 1;
287
+ }
288
+
285
289
  .button--tertiary-2 {
286
290
  background-color: transparent;
287
291
  border: 1px solid get-color(neutral, neutral-3);
@@ -3,7 +3,7 @@
3
3
 
4
4
  .button-icon {
5
5
  background: none;
6
- border-radius: var(--s-border-radius);
6
+ border-radius: var(--global-border-radius);
7
7
  border: 1px solid var(--neutral-neutral-4);
8
8
  display: inline-flex;
9
9
  padding: 0.1875rem;
@@ -48,7 +48,7 @@ export const CardPaneStyled = styled.div `
48
48
  padding-right: 0;
49
49
  @media (min-width: #{$xxs}) and (max-width: #{$sm}) {
50
50
  text-align: left;
51
- margin-top: 1rem;
51
+ margin-top: 16px;
52
52
  }
53
53
  .pane--title {
54
54
  font-size: 0.75rem;
@@ -49,7 +49,7 @@ export const CardPaneStyled = styled.div`
49
49
  padding-right: 0;
50
50
  @media (min-width: #{$xxs}) and (max-width: #{$sm}) {
51
51
  text-align: left;
52
- margin-top: 1rem;
52
+ margin-top: 16px;
53
53
  }
54
54
  .pane--title {
55
55
  font-size: 0.75rem;
@@ -47,7 +47,7 @@ export const CheckboxStyled = styled.div `
47
47
  top: 0;
48
48
  height: 1.5rem;
49
49
  width: 1.5rem;
50
- border-radius: var(--s-border-radius);
50
+ border-radius: var(--global-border-radius);
51
51
  }
52
52
 
53
53
  &:after {
@@ -98,7 +98,7 @@ export const CheckboxStyled = styled.div `
98
98
  &:before {
99
99
  background-color: var(--primary-main-light-5);
100
100
  border: 1.5px solid var(--primary-main);
101
- border-radius: var(--s-border-radius);
101
+ border-radius: var(--global-border-radius);
102
102
  }
103
103
  }
104
104
  }
@@ -48,7 +48,7 @@ export const CheckboxStyled = styled.div`
48
48
  top: 0;
49
49
  height: 1.5rem;
50
50
  width: 1.5rem;
51
- border-radius: var(--s-border-radius);
51
+ border-radius: var(--global-border-radius);
52
52
  }
53
53
 
54
54
  &:after {
@@ -99,7 +99,7 @@ export const CheckboxStyled = styled.div`
99
99
  &:before {
100
100
  background-color: var(--primary-main-light-5);
101
101
  border: 1.5px solid var(--primary-main);
102
- border-radius: var(--s-border-radius);
102
+ border-radius: var(--global-border-radius);
103
103
  }
104
104
  }
105
105
  }
@@ -7,7 +7,7 @@ export const ContactCardStyled = styled.div `
7
7
  align-items: center;
8
8
  background-color: white;
9
9
  box-shadow: 0 2px 6px 0 rgba(2, 55, 74, 0.25);
10
- border-radius: var(--s-border-radius);
10
+ border-radius: 0.25rem;
11
11
  min-width: 12.5rem;
12
12
  height: 7.875rem;
13
13
  flex-shrink: 0;
@@ -8,7 +8,7 @@ export const ContactCardStyled = styled.div`
8
8
  align-items: center;
9
9
  background-color: white;
10
10
  box-shadow: 0 2px 6px 0 rgba(2, 55, 74, 0.25);
11
- border-radius: var(--s-border-radius);
11
+ border-radius: 0.25rem;
12
12
  min-width: 12.5rem;
13
13
  height: 7.875rem;
14
14
  flex-shrink: 0;
@@ -31,7 +31,7 @@ export const DatePickerCustomStyled = styled.div `
31
31
 
32
32
  .react-datepicker__input-container input {
33
33
  color: var(--neutral-main);
34
- border-radius: var(--s-border-radius);
34
+ border-radius: 4px;
35
35
  font-size: 1rem;
36
36
  background-color: var(--neutral-neutral-4);
37
37
  height: 40px;
@@ -32,7 +32,7 @@ export const DatePickerCustomStyled = styled.div`
32
32
 
33
33
  .react-datepicker__input-container input {
34
34
  color: var(--neutral-main);
35
- border-radius: var(--s-border-radius);
35
+ border-radius: 4px;
36
36
  font-size: 1rem;
37
37
  background-color: var(--neutral-neutral-4);
38
38
  height: 40px;
@@ -61,11 +61,11 @@
61
61
  background-color: #f0f0f0;
62
62
  border-bottom: 1px solid #aeaeae;
63
63
  border-top-left-radius: 0.3rem;
64
- padding: 0.5rem 0;
64
+ padding: 8px 0;
65
65
  position: relative;
66
66
  }
67
67
  .react-datepicker__header--time {
68
- padding-bottom: 0.5rem;
68
+ padding-bottom: 8px;
69
69
  padding-left: 5px;
70
70
  padding-right: 5px;
71
71
  }
@@ -140,7 +140,7 @@ h2.react-datepicker__current-month {
140
140
  margin-right: auto;
141
141
  }
142
142
  .react-datepicker__navigation--years-previous {
143
- top: 0.25rem;
143
+ top: 4px;
144
144
  }
145
145
  .react-datepicker__navigation--years-upcoming {
146
146
  top: -4px;
@@ -445,8 +445,8 @@ h2.react-datepicker__current-month {
445
445
  transform: translateX(-50%);
446
446
  background-color: #333;
447
447
  color: #fff;
448
- padding: 0.25rem;
449
- border-radius: var(--s-border-radius);
448
+ padding: 4px;
449
+ border-radius: 4px;
450
450
  white-space: nowrap;
451
451
  visibility: hidden;
452
452
  opacity: 0;
@@ -613,8 +613,8 @@ h2.react-datepicker__current-month {
613
613
  transform: translateX(-50%);
614
614
  background-color: #333;
615
615
  color: #fff;
616
- padding: 0.25rem;
617
- border-radius: var(--s-border-radius);
616
+ padding: 4px;
617
+ border-radius: 4px;
618
618
  white-space: nowrap;
619
619
  visibility: hidden;
620
620
  opacity: 0;