Skip to content

Commit

Permalink
fix(margins): Fix trip form margins
Browse files Browse the repository at this point in the history
  • Loading branch information
binh-dam-ibigroup committed May 15, 2020
1 parent 5673af5 commit bc67a45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/components/form/styled.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit bc67a45

Please sign in to comment.