moving the location of video to assets folder and move the whole block to the top of the page

pull/10252/head
bsatarnejad 3 years ago
parent f4d53d15ec
commit 7de0f9aff5
  1. 0
      app/assets/videos/enterprise/team-planner-animation.mp4
  2. 8
      frontend/src/global_styles/content/_enterprise.sass
  3. 4
      modules/team_planner/app/views/team_planner/team_planner/upsale.html.erb

@ -1,12 +1,8 @@
.upsale-notification
max-width: 900px
margin-bottom: 20px
padding-bottom: 20px
margin: auto
padding-top: 20px
text-align: center
position: absolute
left: 50%
top: 50%
transform: translate(-50%, -50%)
.widget-box--teaser-image
width: 100%

@ -5,6 +5,6 @@
feature_title: t('team_planner.upsale.title'),
feature_description: t('team_planner.upsale.description'),
feature_reference: 'team_planner',
feature_image: 'enterprise/team-planner.png',
feature_video: 'team-planner-animation.mp4'
feature_image: '',
feature_video: 'enterprise/team-planner-animation.mp4'
} %>

Loading…
Cancel
Save