mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 08:03:40 +08:00
tweak topic star on mobile
This commit is contained in:
parent
2c2d8149e3
commit
b640de8a17
|
@ -24,10 +24,11 @@ body {
|
|||
}
|
||||
a.star {
|
||||
display: inline-block;
|
||||
font-size: 15px;
|
||||
line-height: 1;
|
||||
font-size: 20px;
|
||||
line-height: 1.2em;
|
||||
color: scale-color($primary, $lightness: 75%);
|
||||
margin-right: 3px;
|
||||
margin-right: 5px;
|
||||
margin-top: 6px;
|
||||
&:before {
|
||||
font-family: "FontAwesome";
|
||||
content: "\f005";
|
||||
|
|
Loading…
Reference in New Issue
Block a user