mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Tweak the "new" badge size, position, color (#16168)
This commit is contained in:
parent
47319ad9b2
commit
44f7a61c2c
@ -192,10 +192,10 @@
|
||||
|
||||
&.new-topic::before {
|
||||
content: "";
|
||||
background: var(--tertiary-high);
|
||||
background: var(--tertiary-med-or-tertiary);
|
||||
display: inline-block;
|
||||
height: 0.4em;
|
||||
width: 0.4em;
|
||||
height: 8px;
|
||||
width: 8px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
|
@ -55,9 +55,10 @@
|
||||
.badge-notification {
|
||||
position: relative;
|
||||
top: -2px;
|
||||
|
||||
&.new-topic {
|
||||
top: -1px;
|
||||
padding-left: 5px;
|
||||
padding-left: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user