orange prices for mobile listing pages (bug 712762)
This commit is contained in:
Родитель
e4a387be71
Коммит
4ecefff9ad
|
@ -114,7 +114,7 @@ li.item {
|
|||
padding: 0 10px;
|
||||
}
|
||||
.vital {
|
||||
color: green;
|
||||
color: @green;
|
||||
padding-left: .5em;
|
||||
&:before {
|
||||
color: #aaa;
|
||||
|
@ -127,6 +127,9 @@ li.item {
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
&.premium {
|
||||
color: @orange;
|
||||
}
|
||||
}
|
||||
.stars, i, .vital {
|
||||
display: block;
|
||||
|
|
Загрузка…
Ссылка в новой задаче