fix preriscaldo dashboard

This commit is contained in:
Alessio
2020-06-22 11:11:15 +02:00
parent a133b5d49a
commit e921177b38
3 changed files with 11 additions and 11 deletions
@@ -3,7 +3,7 @@
@import "colors.less";
@import "fonts.less";
.dashboard{
.pre_heat{
grid-template-rows : 144px auto auto auto;
grid-template-columns: repeat(6,16.7%);
@@ -4658,31 +4658,31 @@ article .box .body {
grid-column: 0.8;
grid-row: 0.5;
}
.dashboard {
.pre_heat {
grid-template-rows: 144px auto auto auto;
grid-template-columns: repeat(6, 16.7%);
}
.dashboard small {
.pre_heat small {
font-family: "Work Sans";
font-weight: 500;
line-height: 1.96;
text-align: center;
color: #4b4b4b;
}
.dashboard small:first-of-type {
.pre_heat small:first-of-type {
grid-row: 2;
grid-column-start: 1;
grid-column-end: -1;
font-size: 67px;
}
.dashboard small:last-of-type {
.pre_heat small:last-of-type {
grid-row: 3;
grid-column-start: 1;
grid-column-end: -1;
font-size: 26px;
text-transform: uppercase;
}
.dashboard .preriscaldo_time {
.pre_heat .preriscaldo_time {
grid-row: 4;
grid-column-start: 2;
grid-column-end: 6;
@@ -4690,21 +4690,21 @@ article .box .body {
justify-content: space-evenly;
align-items: center;
}
.dashboard .preriscaldo_time div {
.pre_heat .preriscaldo_time div {
display: flex;
flex-flow: column;
}
.dashboard .preriscaldo_time div label {
.pre_heat .preriscaldo_time div label {
font-family: "Work Sans";
font-weight: 200;
font-weight: 400;
text-align: center;
color: #4b4b4b;
}
.dashboard .preriscaldo_time div label:first-of-type {
.pre_heat .preriscaldo_time div label:first-of-type {
font-size: 250px;
}
.dashboard .preriscaldo_time div label:last-of-type {
.pre_heat .preriscaldo_time div label:last-of-type {
font-size: 50px;
}
.container #app nav {
@@ -1,5 +1,5 @@
<template>
<div class="dashboard">
<div class="pre_heat dashboard">
<header>
<app-ribbon
:status="{'alarm': ribbonStatus == 3, 'working': ribbonStatus == 1, 'warning': ribbonStatus == 2}"