mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 12:53:42 +08:00
tweak new topic styling
This commit is contained in:
parent
ab7242f7f8
commit
d6a5552340
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user