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 @@