From cf70ba31012a4320a2fb8d26431ca432997aaa27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Wed, 8 Feb 2017 22:32:34 +0000 Subject: [PATCH] remove redundant !important's --- frontend/src/components/create-monitor/index.js | 4 ++-- frontend/src/components/new-project/billing.js | 4 ++-- frontend/src/components/new-project/index.js | 4 ++-- frontend/src/components/new-project/new-billing.js | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/src/components/create-monitor/index.js b/frontend/src/components/create-monitor/index.js index 58f60906..64cb45a0 100644 --- a/frontend/src/components/create-monitor/index.js +++ b/frontend/src/components/create-monitor/index.js @@ -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 = ({ diff --git a/frontend/src/components/new-project/billing.js b/frontend/src/components/new-project/billing.js index 19030230..458102a6 100644 --- a/frontend/src/components/new-project/billing.js +++ b/frontend/src/components/new-project/billing.js @@ -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 { diff --git a/frontend/src/components/new-project/index.js b/frontend/src/components/new-project/index.js index 75c0d41c..7228b249 100644 --- a/frontend/src/components/new-project/index.js +++ b/frontend/src/components/new-project/index.js @@ -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 { diff --git a/frontend/src/components/new-project/new-billing.js b/frontend/src/components/new-project/new-billing.js index da8827ba..5958ba06 100644 --- a/frontend/src/components/new-project/new-billing.js +++ b/frontend/src/components/new-project/new-billing.js @@ -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 {