1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 05:43:52 +03:00

remove redundant !important's

This commit is contained in:
Sérgio Ramos 2017-02-08 22:32:34 +00:00 committed by Sérgio Ramos
parent 31e004781f
commit cf70ba3101
4 changed files with 8 additions and 8 deletions

View File

@ -49,11 +49,11 @@ const Text = styled.p`
`;
const RightText = styled(Text)`
margin: 0 0 0 auto !important;
margin: 0 0 0 auto;
`;
const PeopleInput = styled(Input)`
margin-bottom: ${remcalc(24)} !important;
margin-bottom: ${remcalc(24)};
`;
const CreateMonitor = ({

View File

@ -59,8 +59,8 @@ const Buttons = styled.div`
`;
const LeftButton = styled(Button)`
margin-right: ${remcalc(6)} !important;
`; // But why oh why do I need to use !important :'(
margin-right: ${remcalc(6)};
`;
const NewProjectBilling = (props) => {
const {

View File

@ -58,8 +58,8 @@ const Buttons = styled.div`
`;
const LeftButton = styled(Button)`
margin-right: ${remcalc(6)} !important;
`; // But why oh why do I need to use !important :'(
margin-right: ${remcalc(6)};
`;
const CreateProject = (props) => {
const {

View File

@ -69,8 +69,8 @@ const Buttons = styled.div`
`;
const ProjectNameButtons = styled(Button)`
margin-right: ${remcalc(6)} !important;
`; // But why oh why do I need to use !important :'(
margin-right: ${remcalc(6)};
`;
const CreateBilling = (props) => {
const {