PASSAGGIO A VITE !

AGG. 1.1.23
This commit is contained in:
Surya Paolo
2025-03-01 14:14:43 +01:00
parent f0098e57b2
commit bc960d38a1
1044 changed files with 5323 additions and 10823777 deletions

View File

@@ -1,11 +1,4 @@
.testo-banda {
//background: -webkit-gradient(linear, left top, left bottom, from(#3144f0), to(transparent));
//background: linear-gradient(180deg, #3144f0, transparent);
//background: rgba(0, 0, 0, .6)
}
$grayshadow: #555;
. $grayshadow: #555;
$textcol: blue;
$textcol_scuro: darkblue;
@@ -23,15 +16,12 @@ h4 {
visibility: hidden;
}
.landing {
}
.landing_background {
background: #000 url(../../../images/foto1.jpg) no-repeat 50% fixed;
background-size: cover
}
.landing > section {
.landing>section {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
@@ -61,7 +51,7 @@ h4 {
min-width: 350px;
}
&__comeassociarsi{
&__comeassociarsi {
min-width: 350px;
}
}
@@ -74,21 +64,21 @@ h4 {
font-size: 1rem;
}
.landing > section.padding {
.landing>section.padding {
padding: 5.62rem 1rem;
}
.landing > section.padding_testo {
.landing>section.padding_testo {
padding-top: 1.25rem;
padding-bottom: 1rem;
}
.landing > section.padding_gallery {
.landing>section.padding_gallery {
padding-top: 3.125rem;
padding-bottom: 5.625rem;
}
.landing > section > div {
.landing>section>div {
position: relative;
max-width: 1240px;
width: 100%
@@ -141,7 +131,8 @@ h4 {
text-shadow: .25rem .25rem .5rem $grayshadow;
}
.landing__features h4, .landing__features h6 {
.landing__features h4,
.landing__features h6 {
margin: 1rem 0
}
@@ -167,21 +158,6 @@ h4 {
border-width: .0625rem;
}
.landing__footer .doc-link {
color: $textcol;
}
.landing__footer .doc-link:hover {
opacity: .8
}
.landing__swirl-bg {
background-repeat: no-repeat !important;
background-position: top;
background-size: contain !important;
background-image: url(../../../images/landing_first_section.png) !important
}
.feat-descr {
font-size: 1.15rem;
}
@@ -272,7 +248,7 @@ body.mobile .landing:before {
font-weight: 700;
}
.text-vers{
.text-vers {
font-size: 0.75rem;
font-weight: 400;
line-height: 1.75rem;
@@ -324,34 +300,38 @@ body.mobile .landing:before {
.landing__hero {
text-align: center
}
.landing__header {
height: 7vh
}
.clgutter {
margin-top: 0;
padding: 0;
}
.landing__hero .text-h1 {
font-size: 3rem;
line-height: 3.05rem;
margin-bottom: 1.5rem
}
.landing > section.padding {
.landing>section.padding {
padding: 2.5rem 1rem;
}
.landing > section.padding_testo {
.landing>section.padding_testo {
padding-top: 1.25rem;
padding-bottom: 1rem;
}
.landing > section.padding_gallery {
.landing>section.padding_gallery {
padding-top: 3.125rem;
padding-bottom: 5.625rem;
}
.landing__features h4, .landing__features h6 {
.landing__features h4,
.landing__features h6 {
margin: 1.25rem 0
}
@@ -364,9 +344,11 @@ body.mobile .landing:before {
text-align: center;
margin-top: 1.25rem;
}
.landing__hero-content {
padding-bottom: 11.25rem;
}
.landing__hero-btns {
-webkit-box-pack: center;
-ms-flex-pack: center;
@@ -380,7 +362,8 @@ body.mobile .landing:before {
.text-subtitle1 {
font-size: 1.25rem;
}
.text-vers{
.text-vers {
font-size: 0.6rem;
}
@@ -415,5 +398,4 @@ body.mobile .landing:before {
.mycontacts_text {
color: #999;
letter-spacing: 0.093rem;
}
}