remotes/origin/editis_13-01-19
gzbender 7 years ago
parent 77656035cd
commit b453416dff
  1. 2
      project/templates/blocks/video.html
  2. 5
      web/src/sass/_common.sass

@ -1,7 +1,7 @@
<div class="section section_video">
<div class="section__center center center_sm" style="text-align: center;">
<div class="title">Пробный урок</div>
<img class="main-video-preview js-video-modal" style="width: 100%; height: auto; cursor: pointer" data-video-url="{{ config.MAIN_PAGE_VIDEO_URL }}" data-trial-lesson="1"
<img class="main-video-preview js-video-modal" data-video-url="{{ config.MAIN_PAGE_VIDEO_URL }}" data-trial-lesson="1"
src="{{ config.MAIN_PAGE_VIDEO_PREVIEW_IMG.url }}"/>
<a href="#" class="btn js-video-modal btn_stroke-black" style="margin: 20px;"
data-video-url="{{ config.MAIN_PAGE_VIDEO_URL }}" data-trial-lesson="1">Смотреть бесплатно</a>

@ -2417,8 +2417,9 @@ a.grey-link
z-index: 10
position: relative
box-shadow: 0 10px 100px rgba(0,0,0,0.20)
width: 640px
height: 360px
width: 100%
height: auto
cursor: pointer
.head
display: flex

Loading…
Cancel
Save