Refactoring: replace !important with cleaner CSS

This commit is contained in:
Tanguy Krotoff 2015-01-29 16:18:22 +01:00
parent 90eecc5da6
commit 368b862ebb
1 changed files with 3 additions and 1 deletions

View File

@ -83,7 +83,9 @@
display: block;
padding: 5px 10px;
margin-right: 0 !important;
&:not(:last-child) {
margin-right: 0;
}
margin-left: 20px;
}
}