Browse Source

Layout

master
Rino Grupp 4 years ago
parent
commit
c4d04d431a
1 changed files with 7 additions and 2 deletions
  1. +7
    -2
      src/components/finder/Step.js

+ 7
- 2
src/components/finder/Step.js View File

@ -17,7 +17,13 @@ const styles = theme => ({
},
buttonNext: {
margin:20,
fontSize: '1rem !important'
fontSize: '1rem !important',
borderWidth: '2px',
borderStyle: 'solid',
borderColor: '#fff',
borderRadius: '20px',
padding: '25px',
},
scooter: {
width: "80%",
@ -96,7 +102,6 @@ const styles = theme => ({
padding: '25px',
minWidth: '80px',
minHeight: '80px',
padding: '25px',
}
});

Loading…
Cancel
Save