From bc67a452ca1b9f9b94fcbe66e3b7d47524b6edad Mon Sep 17 00:00:00 2001 From: binh-dam-ibigroup <56846598+binh-dam-ibigroup@users.noreply.github.com> Date: Fri, 15 May 2020 09:41:10 -0400 Subject: [PATCH] fix(margins): Fix trip form margins --- lib/components/form/styled.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/components/form/styled.js b/lib/components/form/styled.js index 1776e86b9..3d0909694 100644 --- a/lib/components/form/styled.js +++ b/lib/components/form/styled.js @@ -110,7 +110,7 @@ export const StyledSettingsSelectorPanel = styled(SettingsSelectorPanel)` ${TripFormClasses.ModeSelector.MainRow} { box-sizing: border-box; font-size: 170%; - margin: 0px -15px 18px; + margin: 0px -10px 18px; padding: 0px 5px; ${TripFormClasses.ModeButton.Button} { height: 54px; @@ -121,7 +121,7 @@ export const StyledSettingsSelectorPanel = styled(SettingsSelectorPanel)` } } ${TripFormClasses.ModeSelector.SecondaryRow} { - margin: 0px -15px 10px; + margin: 0px -10px 10px; ${TripFormClasses.ModeButton.Button} { font-size: 130%; font-weight: 800; @@ -134,7 +134,7 @@ export const StyledSettingsSelectorPanel = styled(SettingsSelectorPanel)` ${TripFormClasses.ModeSelector.TertiaryRow} { font-size: 80%; font-weight: 300; - margin: 0px -15px 10px; + margin: 0px -10px 10px; text-align: center; ${TripFormClasses.ModeButton.Button} { height: 36px;