@ -26,7 +26,7 @@
<div class="go__title">Вернуться</div>
</a>
{% if has_full_access %}
<a class="go__btn btn btn_stroke" href="{% url 'course_edit' course.id %}">Редактировать</a>
<a class="go__btn btn btn_light-gray" href="{% url 'course_edit' course.id %}">Редактировать</a>
{% endif %}
{% if course.author != request.user and not paid and course.price %}
<a href="#"
@ -193,6 +193,14 @@ button
fill: white
&_gray
background: $bg
&_light-gray
background: white
border: 1px solid $gray
color: $gray
&:hover,
&:active
color: $cl
&_white
&_pink