Skip to content
This repository was archived by the owner on Mar 15, 2018. It is now read-only.

Commit 4ecefff

Browse files
committed
orange prices for mobile listing pages (bug 712762)
1 parent e4a387b commit 4ecefff

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

media/css/mobile/listing.less

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ li.item {
114114
padding: 0 10px;
115115
}
116116
.vital {
117-
color: green;
117+
color: @green;
118118
padding-left: .5em;
119119
&:before {
120120
color: #aaa;
@@ -127,6 +127,9 @@ li.item {
127127
display: none;
128128
}
129129
}
130+
&.premium {
131+
color: @orange;
132+
}
130133
}
131134
.stars, i, .vital {
132135
display: block;

0 commit comments

Comments
 (0)