страница с ценами

remotes/origin/feature/packages-page-1-08-19
gzbender 7 years ago
parent a01944699b
commit 2b2ec0e82d
  1. 2
      project/templates/lilcity/packages.html
  2. 12
      web/src/sass/_common.sass

@ -35,7 +35,7 @@
{% if forloop.counter == 4 %} {% if forloop.counter == 4 %}
style="background-image: linear-gradient(to bottom, #ffe790, #f9d055 45%, #f9c155); padding: 12px 9px;" style="background-image: linear-gradient(to bottom, #ffe790, #f9d055 45%, #f9c155); padding: 12px 9px;"
{% endif %} {% endif %}
{% if user.is_authenticated %} {% if user.is_authenticated %}
href="{% url 'school-checkout' %}?duration={{ package.duration }}" href="{% url 'school-checkout' %}?duration={{ package.duration }}"
{% else %} {% else %}

@ -4883,7 +4883,8 @@ a
flex-direction: column flex-direction: column
text-align: center text-align: center
+m +m
min-width: 240px min-width: 190px
padding: 20px 28px
&__btn &__btn
width: 100% width: 100%
@ -4893,6 +4894,8 @@ a
text-align: center text-align: center
margin-top: 20px margin-top: 20px
font-family: 'ProximaNova-Regular', sans-serif font-family: 'ProximaNova-Regular', sans-serif
+m
margin-top: 0
&__desc &__desc
font-size: 13px font-size: 13px
@ -4901,6 +4904,8 @@ a
&__price &__price
font-size: 40px font-size: 40px
margin: 20px 0 40px margin: 20px 0 40px
+m
margin: 17px 0 13px
&__high-price &__high-price
text-decoration: line-through text-decoration: line-through
@ -4908,6 +4913,9 @@ a
color: #9b9b9b color: #9b9b9b
height: 15px height: 15px
margin-bottom: -15px margin-bottom: -15px
+m
margin-top: -15px
margin-bottom: 0
&__options &__options
padding: 30px 0 padding: 30px 0
@ -4918,6 +4926,8 @@ a
font-size: 12px font-size: 12px
line-height: 18px line-height: 18px
flex: 1 flex: 1
+m
padding: 19px 0 30px
& p & p
margin-top: 6px margin-top: 6px

Loading…
Cancel
Save