1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 13:53:51 +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)` const RightText = styled(Text)`
margin: 0 0 0 auto !important; margin: 0 0 0 auto;
`; `;
const PeopleInput = styled(Input)` const PeopleInput = styled(Input)`
margin-bottom: ${remcalc(24)} !important; margin-bottom: ${remcalc(24)};
`; `;
const CreateMonitor = ({ const CreateMonitor = ({

View File

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

View File

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

View File

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