fix quote velocita

This commit is contained in:
Alessio
2020-04-10 14:38:17 +02:00
parent b868b5251c
commit a1a7810ebd
3 changed files with 21 additions and 5 deletions
@@ -12,11 +12,13 @@
.specific{
.svg-area{
width: 750px;
height: 750px;
.disegnoQuoteVelocita{
margin-left: 200px;
width: 750px;
height: 750px;
margin-left: 500px;
width: 800px;
height: 800px;
}
.input-circles{
@@ -43,6 +45,14 @@
.circle6{
}
.circle7{
}
.circle8{
}
}
}
@@ -4644,11 +4644,15 @@ img {
width: 1820px;
height: 980px;
}
.modal.quote-velocita-info .specific .svg-area .disegnoQuoteVelocita {
margin-left: 200px;
.modal.quote-velocita-info .specific .svg-area {
width: 750px;
height: 750px;
}
.modal.quote-velocita-info .specific .svg-area .disegnoQuoteVelocita {
margin-left: 500px;
width: 800px;
height: 800px;
}
.modal.quote-velocita-info .specific .svg-area .input-circles .circle {
flex-direction: column;
}
@@ -58,6 +58,8 @@
<label>30 mm/s</label>
</div>
</div>
<span class="circle7">123 mm</span>
<span class="circle8">0 mm</span>
</div>
</div>
</template>