fix riscaldi modal

This commit is contained in:
Alessio
2020-06-08 16:37:52 +02:00
parent 7ba5090dd3
commit d653391253
3 changed files with 41 additions and 22 deletions
@@ -6,51 +6,64 @@
.@{modal}.riscaldi-info {
section.body {
section {
justify-content: center;
.sost-dec {
width: 471px;
}
}
}
.specific {
width: 100%;
margin-top: 10px;
width : 100%;
margin-top : 10px;
margin-bottom: 10px;
&:last-of-type{
&:last-of-type {
margin: unset;
div{
display: flex;
div {
display : flex;
justify-content: flex-end;
div {
display : flex;
flex-direction: column;
button {
width : 48px;
height : 48px;
width : 48px;
height: 48px;
}
}
}
}
select{
width: 110px;
select {
width : 110px;
height: 48px;
}
.btn{
.btn {
margin-top: 10px;
width: 201px;
width : 201px;
}
button{
button {
height: 48px;
}
label {
margin-bottom: 10px;
color: #002680;
font-size: 24px;
font-weight: 500;
color : #002680;
font-size : 24px;
font-weight : 500;
}
}
}
@@ -4612,6 +4612,12 @@
border: solid 1px #001e48;
background-image: linear-gradient(to bottom, #1756ad, #002680);
}
.modal.riscaldi-info section.body section {
justify-content: center;
}
.modal.riscaldi-info section.body section .sost-dec {
width: 471px;
}
.modal.riscaldi-info .specific {
width: 100%;
margin-top: 10px;
@@ -1,10 +1,10 @@
<template>
<section>
<aside>
<div class="specific sost-dec">
<div class="input-area">
<label>Tipo</label>
<select>
<option class="opzione" value="A tempo">A tempo</option>
<option value="A tempo">A tempo</option>
</select>
</div>
<div class="input-area">
@@ -31,7 +31,7 @@
<label>Funzione "fumo"</label>
<toggle-button v-model="recipe.heats_decomsustain_smoke_function_enabled.status.enabled"></toggle-button>
</div>
</aside>
</div>
</section>
</template>