tweak new topic styling

This commit is contained in:
Sam 2014-09-04 11:07:15 +10:00
parent ab7242f7f8
commit d6a5552340
2 changed files with 8 additions and 1 deletions

View File

@ -84,10 +84,12 @@ h1 a.badge-category div {vertical-align: top;}
background-color: transparent;
color: scale-color($tertiary, $lightness: 20%);
font-weight: normal;
font-size: 13px;
}
&.new-topic::before {
content: "";
content: "";
margin-right: 2px;
}
// Click count

View File

@ -97,7 +97,12 @@
.badge-notification {
position: relative;
top: -2px;
&.new-topic {
top: 0px;
padding-left: 5px;
}
}
.category {
padding: 0 20px 0 20px;
min-width: 80px;