From e921177b38e523f64c8ca7ae1b67ac94900a1dc2 Mon Sep 17 00:00:00 2001 From: Alessio Date: Mon, 22 Jun 2020 11:11:15 +0200 Subject: [PATCH] fix preriscaldo dashboard --- .../styles/base/preriscaldo-dashboard.less | 2 +- Thermo.Active/wwwroot/assets/styles/style.css | 18 +++++++++--------- .../preriscaldo-dashboard.vue | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Thermo.Active/wwwroot/assets/styles/base/preriscaldo-dashboard.less b/Thermo.Active/wwwroot/assets/styles/base/preriscaldo-dashboard.less index 5f0580de..74bc2862 100644 --- a/Thermo.Active/wwwroot/assets/styles/base/preriscaldo-dashboard.less +++ b/Thermo.Active/wwwroot/assets/styles/base/preriscaldo-dashboard.less @@ -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%); diff --git a/Thermo.Active/wwwroot/assets/styles/style.css b/Thermo.Active/wwwroot/assets/styles/style.css index e0e4e8aa..6a9a8c3e 100644 --- a/Thermo.Active/wwwroot/assets/styles/style.css +++ b/Thermo.Active/wwwroot/assets/styles/style.css @@ -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 { diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/preriscaldo-dashboard/preriscaldo-dashboard.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/preriscaldo-dashboard/preriscaldo-dashboard.vue index 98a27f85..d6bc5fc1 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/preriscaldo-dashboard/preriscaldo-dashboard.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/preriscaldo-dashboard/preriscaldo-dashboard.vue @@ -1,5 +1,5 @@