Merge branch 'hotfix/lil-574' into 'master'

LIL-574 Добавить сумма/месяц

See merge request lilcity/backend!69
remotes/origin/feature/effective_amount
cfwme 8 years ago
commit 659f80b23f
  1. 4
      project/templates/blocks/popup_buy.html
  2. 8
      web/src/sass/_common.sass

@ -37,7 +37,7 @@
{% comment %} dont delete {% endcomment %}
<span class="switch__cell"></span>
<span class="switch__cell">{{ school_schedule.title }}</span>
<span class="switch__cell">{{school_schedule.month_price}}р</span>
<span class="switch__cell">{{school_schedule.month_price}}р в мес.</span>
</span>
</label>
{% endfor %}
@ -58,7 +58,7 @@
{% comment %} dont delete {% endcomment %}
<span class="switch__cell"></span>
<span class="switch__cell">{{ school_schedule.title }}</span>
<span class="switch__cell">{{school_schedule.month_price}}р</span>
<span class="switch__cell">{{school_schedule.month_price}}р в мес.</span>
</span>
</label>
{% endfor %}

@ -1832,17 +1832,17 @@ a.grey-link
padding: 0
text-align: right
flex: 0 0 calc(100% - 110px)
&:nth-child(2),
&:last-child
&:nth-child(2)
flex: 0 0 60px
&:nth-child(3)
flex: 0 0 calc(100% - 230px)
flex: 0 0 calc(100% - 290px)
+t
padding: 0
flex: 0 0 calc(100% - 60px)
flex: 0 0 calc(100% - 120px)
&:last-child
padding: 0
text-align: right
flex: 0 0 120px
&_blue &__content
&:after
background: #4A90E2

Loading…
Cancel
Save