From d653391253ed73354e438efa9faabc2e2a6ac9d3 Mon Sep 17 00:00:00 2001 From: Alessio Date: Mon, 8 Jun 2020 16:37:52 +0200 Subject: [PATCH] fix riscaldi modal --- .../wwwroot/assets/styles/base/riscaldi.less | 51 ++++++++++++------- Thermo.Active/wwwroot/assets/styles/style.css | 6 +++ .../sostentamento-decompressione.vue | 6 +-- 3 files changed, 41 insertions(+), 22 deletions(-) diff --git a/Thermo.Active/wwwroot/assets/styles/base/riscaldi.less b/Thermo.Active/wwwroot/assets/styles/base/riscaldi.less index 90d0eb19..64ec8167 100644 --- a/Thermo.Active/wwwroot/assets/styles/base/riscaldi.less +++ b/Thermo.Active/wwwroot/assets/styles/base/riscaldi.less @@ -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; } - + } } \ No newline at end of file diff --git a/Thermo.Active/wwwroot/assets/styles/style.css b/Thermo.Active/wwwroot/assets/styles/style.css index 346a2cc1..a75566fb 100644 --- a/Thermo.Active/wwwroot/assets/styles/style.css +++ b/Thermo.Active/wwwroot/assets/styles/style.css @@ -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; diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/riscaldi/components/base-components/sostentamento-decompressione.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/riscaldi/components/base-components/sostentamento-decompressione.vue index 7bb35b6f..a8571e11 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/riscaldi/components/base-components/sostentamento-decompressione.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/riscaldi/components/base-components/sostentamento-decompressione.vue @@ -1,10 +1,10 @@