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 {