From 2bd31200b4e2a7b03e959e83296a143d6ed5b3c3 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Mon, 7 Nov 2022 13:45:34 +0100 Subject: [PATCH] image Home --- .env.development | 2 +- .env.example.production | 2 +- _ALL_SITES/arcadei.it/.env.development | 2 +- _ALL_SITES/arcadei.it/.env.test | 2 +- .../popolodelnuovomondo.app/.env.development | 2 +- _ALL_SITES/riso.app/.env.development | 2 +- _ALL_SITES/riso.app/.env.test | 2 +- .../terradellavisione.app/.env.development | 2 +- _ALL_SITES/terradellavisione.app/.env.test | 2 +- src/components/CMyElem/CMyElem.scss | 7 ---- .../CPresentazione/CPresentazione.scss | 7 ---- .../CPresentazione/CPresentazione.vue | 34 +++++++++---------- .../LandingFooter/LandingFooter.scss | 5 --- src/css/app.scss | 6 ++++ .../messagePopover/messagePopover.scss | 2 +- src/root/ciao/ciao.scss | 2 +- src/root_spec/home_tdv/home_tdv.scss | 6 ---- src/views/user/mycircuit/mycircuit.vue | 2 +- src/views/user/mygroup/mygroup.vue | 2 +- 19 files changed, 36 insertions(+), 55 deletions(-) diff --git a/.env.development b/.env.development index e975170e..6aa9c1ff 100755 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.5.25" +APP_VERSION="0.5.26" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL="newfreeplanet" diff --git a/.env.example.production b/.env.example.production index 2a4bacf0..fdc50fae 100755 --- a/.env.example.production +++ b/.env.example.production @@ -1,4 +1,4 @@ -APP_VERSION="0.5.25" +APP_VERSION="0.5.26" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL=newfreeplanet diff --git a/_ALL_SITES/arcadei.it/.env.development b/_ALL_SITES/arcadei.it/.env.development index 1a1a111c..be9ec92c 100755 --- a/_ALL_SITES/arcadei.it/.env.development +++ b/_ALL_SITES/arcadei.it/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.5.25" +APP_VERSION="0.5.26" SERVICE_WORKER_FILE="service-worker.js" APP_ID="15" DIRECTORY_LOCAL="newfreeplanet" diff --git a/_ALL_SITES/arcadei.it/.env.test b/_ALL_SITES/arcadei.it/.env.test index 023157bc..e77e940d 100755 --- a/_ALL_SITES/arcadei.it/.env.test +++ b/_ALL_SITES/arcadei.it/.env.test @@ -1,4 +1,4 @@ -APP_VERSION="0.5.25" +APP_VERSION="0.5.26" SERVICE_WORKER_FILE="service-worker.js" APP_ID="15" DIRECTORY_LOCAL=newfreeplanet diff --git a/_ALL_SITES/popolodelnuovomondo.app/.env.development b/_ALL_SITES/popolodelnuovomondo.app/.env.development index 8fe750d7..6ce174e2 100755 --- a/_ALL_SITES/popolodelnuovomondo.app/.env.development +++ b/_ALL_SITES/popolodelnuovomondo.app/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.5.25" +APP_VERSION="0.5.26" SERVICE_WORKER_FILE="service-worker.js" APP_ID="12" DIRECTORY_LOCAL="newfreeplanet" diff --git a/_ALL_SITES/riso.app/.env.development b/_ALL_SITES/riso.app/.env.development index e975170e..6aa9c1ff 100755 --- a/_ALL_SITES/riso.app/.env.development +++ b/_ALL_SITES/riso.app/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.5.25" +APP_VERSION="0.5.26" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL="newfreeplanet" diff --git a/_ALL_SITES/riso.app/.env.test b/_ALL_SITES/riso.app/.env.test index 2c68b2d5..a5fea47a 100755 --- a/_ALL_SITES/riso.app/.env.test +++ b/_ALL_SITES/riso.app/.env.test @@ -1,4 +1,4 @@ -APP_VERSION="0.5.25" +APP_VERSION="0.5.26" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL=newfreeplanet diff --git a/_ALL_SITES/terradellavisione.app/.env.development b/_ALL_SITES/terradellavisione.app/.env.development index dac34434..c0c5879e 100755 --- a/_ALL_SITES/terradellavisione.app/.env.development +++ b/_ALL_SITES/terradellavisione.app/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.5.25" +APP_VERSION="0.5.26" SERVICE_WORKER_FILE="service-worker.js" APP_ID="14" DIRECTORY_LOCAL="newfreeplanet" diff --git a/_ALL_SITES/terradellavisione.app/.env.test b/_ALL_SITES/terradellavisione.app/.env.test index d31d0df3..b11dcc64 100755 --- a/_ALL_SITES/terradellavisione.app/.env.test +++ b/_ALL_SITES/terradellavisione.app/.env.test @@ -1,4 +1,4 @@ -APP_VERSION="0.5.25" +APP_VERSION="0.5.26" SERVICE_WORKER_FILE="service-worker.js" APP_ID="14" DIRECTORY_LOCAL=newfreeplanet diff --git a/src/components/CMyElem/CMyElem.scss b/src/components/CMyElem/CMyElem.scss index 0e32f575..252b6c61 100755 --- a/src/components/CMyElem/CMyElem.scss +++ b/src/components/CMyElem/CMyElem.scss @@ -412,13 +412,6 @@ body.mobile .landing:before { font-size: 0.6rem; } - .carousel_img_3 { - //background-image: url(../../public/images/cibo_sano.jpg); - background-size: 620px 620px !important; - background-position: 50% top !important; - background-repeat: no-repeat !important; - } - } .custom-caption { diff --git a/src/components/CPresentazione/CPresentazione.scss b/src/components/CPresentazione/CPresentazione.scss index 7a631c6a..05adb2a4 100755 --- a/src/components/CPresentazione/CPresentazione.scss +++ b/src/components/CPresentazione/CPresentazione.scss @@ -406,13 +406,6 @@ body.mobile .landing:before { font-size: 0.6rem; } - .carousel_img_3 { - //background-image: url(../../public/images/cibo_sano.jpg); - background-size: 620px 620px !important; - background-position: 50% top !important; - background-repeat: no-repeat !important; - } - } .custom-caption { diff --git a/src/components/CPresentazione/CPresentazione.vue b/src/components/CPresentazione/CPresentazione.vue index 51c799f6..b78a045a 100755 --- a/src/components/CPresentazione/CPresentazione.vue +++ b/src/components/CPresentazione/CPresentazione.vue @@ -1,5 +1,5 @@