Fix padding

This commit is contained in:
soupette 2019-10-14 08:32:37 +02:00
parent 22d5a90e18
commit 20e7e9fcc3
2 changed files with 4 additions and 4 deletions

View File

@ -6,8 +6,8 @@ const StyledButtonSecondary = styled(Button)`
height: 3rem;
font-family: Lato;
border-radius: 3px;
padding-left: 1.5rem;
padding-right: 1.5rem;
padding-left: 1.5rem !important;
padding-right: 1.5rem !important;
cursor: pointer;
font-family: Lato;
color: #f64d0a;

View File

@ -7,8 +7,8 @@ import colors from '../../assets/styles/colors';
const StyledButtonModalSuccess = styled(Button)`
position: relative;
height: 3rem;
padding-left: 1.5rem;
padding-right: 1.5rem;
padding-left: 1.5rem !important;
padding-right: 1.5rem !important;
font-family: Lato;
color: ${colors.green};
border: 0.1rem solid ${colors.green};