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