Feat : Update style of answer page

This commit is contained in:
2020-02-04 08:15:33 +01:00
parent c83b71853b
commit f5f0c39dd7
5 changed files with 11 additions and 9 deletions
@@ -24,7 +24,7 @@
<div class="col-content bg-arrow z-depth-2 p-20">
<div class="row">
<div class="col s12">
<h4 class="color-blue1 p-0"><span class="title-bubble">1</span> Enregistrez votre cv vidéo</h4>
<h4 class="color-blue1 p-0"><span class="title-bubble">1/3</span> Enregistrez votre cv vidéo</h4>
</div>
<div class="col m4 offset-m1 s12">
<video id="myCvVideo" class="video-js vjs-default-skin"></video>
@@ -57,10 +57,11 @@
</div>
</div>
</div>
<div>
<div class="col-content bg-arrow z-depth-2 p-20">
<div class="row">
<div class="col s12">
<h4 class="color-blue1 p-0"><span class="title-bubble">2</span> Importez votre CV Vidéo</h4>
<h4 class="color-blue1 p-0"><span class="title-bubble">2/3</span> Importez votre CV Vidéo</h4>
</div>
<div class="col s10 offset-s1 answer-dropzone">
{% include 'media/dropzone.html.twig' with {'deleting': true } %}
@@ -72,7 +73,7 @@
{{ form_row(form.status) }}
<div class="row">
<div class="col s12">
<h4 class="color-blue1 p-0"><span class="title-bubble">3</span> Ajoutez votre commentaire</h4>
<h4 class="color-blue1 p-0"><span class="title-bubble">3/3</span> Ajoutez votre commentaire</h4>
</div>
<div class="col s10 offset-s1">
<div class="row">
@@ -86,6 +87,7 @@
{{ form_rest(form) }}
</div>
</div>
</div>
<div class="row m-t-40">
<div class="col s10 offset-s1 center-align">
<button title="webcam-candidature" id="submit" class=" btn btn-large btn-default disabled" type="submit">
+1 -1
View File
@@ -16539,7 +16539,7 @@ tbody td {
#answerPage #modal-tuto ul li:before {
content: '- '; }
#answerPage .col-content {
margin-bottom: 100px;
margin-bottom: 50px;
background: #FFFFFF; }
#answerPage h4 {
margin: 20px 0 40px 20px; }
File diff suppressed because one or more lines are too long
@@ -4,8 +4,8 @@
<title>Step_arrow</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Interactions" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="square">
<g id="Réponse-offre-d'emploi-:-module_camera" transform="translate(-179.000000, -491.000000)" stroke="#E3E3E3">
<g id="Interactions" stroke="none" stroke-width="3" fill="none" fill-rule="evenodd" stroke-linecap="square">
<g id="Réponse-offre-d'emploi-:-module_camera" transform="translate(-179.000000, -491.000000)" stroke="#D7D7D7">
<g id="Réponse-offre" transform="translate(80.000000, 176.000000)">
<g id="001-camera" transform="translate(30.200000, 21.700000)">
<g id="Group-4">

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

@@ -127,7 +127,7 @@
}
}
.col-content{
margin-bottom: 100px;
margin-bottom: 50px;
background: $white;
}