PHRAS-2848 #comment some

This commit is contained in:
Harrys Ravalomanana
2019-12-05 13:25:19 +04:00
parent 1a5e643deb
commit 4fd9f49ec2
2 changed files with 7 additions and 1 deletions

View File

@@ -245,6 +245,8 @@ a.active_choice {
padding-left: 109px!important; padding-left: 109px!important;
padding-right: 80px!important; padding-right: 80px!important;
border-color: #d4d4d4!important; border-color: #d4d4d4!important;
text-overflow: inherit!important;
white-space: inherit!important;
} }
.lightbox-img { .lightbox-img {
width: 90px; width: 90px;
@@ -258,6 +260,7 @@ a.active_choice {
img { img {
display: flex; display: flex;
align-items: center; align-items: center;
width: 90px;
max-width: 100%; max-width: 100%;
max-height: 100%; max-height: 100%;
object-fit: contain; object-fit: contain;
@@ -270,10 +273,13 @@ a.active_choice {
margin: 0!important; margin: 0!important;
font-size: 15px; font-size: 15px;
font-weight: bold!important; font-weight: bold!important;
text-overflow: inherit!important;
white-space: inherit!important;
a { a {
position: relative; position: relative;
color: #313131!important; color: #313131!important;
width: 100%; width: 100%;
padding-right: 18px;
&:after { &:after {
content: "\e96c"; content: "\e96c";
font-family: icomoon; font-family: icomoon;

View File

@@ -145,7 +145,7 @@
</p> </p>
<div class="feed-list"> <div class="feed-list">
<ul data-role="listview" style="width:100%;margin: 0;"> <ul data-role="listview" style="width:100%;margin: 0;">
{% for basket in baskets_collection %} {% for basket in baskets_collection | sort | reverse %}
{% if basket.getValidation() is empty %} {% if basket.getValidation() is empty %}
{% set basket_length = basket.getElements().count() %} {% set basket_length = basket.getElements().count() %}
<li> <li>