fix riscaldi modal
This commit is contained in:
@@ -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;
|
||||
|
||||
+3
-3
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user