(css) Remove CSS reset to respect HTML messages

Fixes #3582
This commit is contained in:
Francis Lachapelle
2016-04-27 15:22:18 -04:00
parent 5454690c38
commit d19f1572ae
3 changed files with 3 additions and 4 deletions
@@ -205,9 +205,7 @@ div.md-tile-left {
}
&-counter-badge {
border-left-width: 1px;
border-left-color: $colorGrey500;
border-style: solid;
border-left: 1px solid $colorGrey500;
margin: 0;
padding: 0 rem(0.500);
font-size: $sg-font-size-1;