mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 08:52:26 +00:00
Fix padding
This commit is contained in:
parent
22d5a90e18
commit
20e7e9fcc3
@ -6,8 +6,8 @@ const StyledButtonSecondary = styled(Button)`
|
|||||||
height: 3rem;
|
height: 3rem;
|
||||||
font-family: Lato;
|
font-family: Lato;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
padding-left: 1.5rem;
|
padding-left: 1.5rem !important;
|
||||||
padding-right: 1.5rem;
|
padding-right: 1.5rem !important;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-family: Lato;
|
font-family: Lato;
|
||||||
color: #f64d0a;
|
color: #f64d0a;
|
||||||
|
@ -7,8 +7,8 @@ import colors from '../../assets/styles/colors';
|
|||||||
const StyledButtonModalSuccess = styled(Button)`
|
const StyledButtonModalSuccess = styled(Button)`
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 3rem;
|
height: 3rem;
|
||||||
padding-left: 1.5rem;
|
padding-left: 1.5rem !important;
|
||||||
padding-right: 1.5rem;
|
padding-right: 1.5rem !important;
|
||||||
font-family: Lato;
|
font-family: Lato;
|
||||||
color: ${colors.green};
|
color: ${colors.green};
|
||||||
border: 0.1rem solid ${colors.green};
|
border: 0.1rem solid ${colors.green};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user