mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 08:19:07 +00:00
Fix padding
This commit is contained in:
parent
22d5a90e18
commit
20e7e9fcc3
@ -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;
|
||||
|
@ -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};
|
||||
|
Loading…
x
Reference in New Issue
Block a user