From 934019bea2df77f4fc30a1e44a09cdc0775bf9e6 Mon Sep 17 00:00:00 2001 From: Alessandro Francia Date: Wed, 4 Jul 2018 16:39:09 +0200 Subject: [PATCH] fix head height production --- Step/wwwroot/assets/styles/base/production.less | 4 ++-- Step/wwwroot/assets/styles/style.css | 4 ++-- Step/wwwroot/src/components/production.vue | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Step/wwwroot/assets/styles/base/production.less b/Step/wwwroot/assets/styles/base/production.less index 6f180e02..002e6f09 100644 --- a/Step/wwwroot/assets/styles/base/production.less +++ b/Step/wwwroot/assets/styles/base/production.less @@ -137,7 +137,7 @@ } } .head{ - height: 408px; + height: 416px; width: 530px; float: right; display: flex; @@ -153,7 +153,7 @@ .box-softkeys-prefered{ margin-top: 16px; width: 530px; - height: 456px; + height: 448px; display: flex; flex-flow: column; background-color: @color-background-white; diff --git a/Step/wwwroot/assets/styles/style.css b/Step/wwwroot/assets/styles/style.css index dce61dd5..1a1e0af9 100644 --- a/Step/wwwroot/assets/styles/style.css +++ b/Step/wwwroot/assets/styles/style.css @@ -9867,7 +9867,7 @@ footer .container button.big:before { margin-top: 16px; } .production-container .production-box .head { - height: 408px; + height: 416px; width: 530px; float: right; display: flex; @@ -9883,7 +9883,7 @@ footer .container button.big:before { .production-container .production-box .box-softkeys-prefered { margin-top: 16px; width: 530px; - height: 456px; + height: 448px; display: flex; flex-flow: column; background-color: #fff; diff --git a/Step/wwwroot/src/components/production.vue b/Step/wwwroot/src/components/production.vue index 90ab26a6..9158bca4 100644 --- a/Step/wwwroot/src/components/production.vue +++ b/Step/wwwroot/src/components/production.vue @@ -47,7 +47,7 @@