- Billettera
- Lista Ingressi - Send a Tutti la propria Lavagna.
This commit is contained in:
114
src/App.scss
114
src/App.scss
@@ -57,7 +57,7 @@ h1 {
|
||||
letter-spacing: -.01562em;
|
||||
}
|
||||
|
||||
.logo{
|
||||
.logo {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
||||
@@ -69,7 +69,6 @@ h1 {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
$grayshadow: #555;
|
||||
|
||||
$graytext: #555;
|
||||
@@ -135,11 +134,15 @@ $heightBtn: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.myinput-area{
|
||||
.myinput-area {
|
||||
height: 45px;
|
||||
}
|
||||
|
||||
.my-notif-class{
|
||||
.myinput-area-big {
|
||||
height: 90px;
|
||||
}
|
||||
|
||||
.my-notif-class {
|
||||
font-weight: bold;
|
||||
font-size: 1rem;
|
||||
border-radius: 30px !important;
|
||||
@@ -155,14 +158,15 @@ $heightBtn: 100%;
|
||||
.lowperc {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.medperc {
|
||||
color: blue;
|
||||
}
|
||||
|
||||
.highperc {
|
||||
color: green;
|
||||
}
|
||||
|
||||
|
||||
.hide-if-small {
|
||||
@media (max-width: 600px) {
|
||||
display: none;
|
||||
@@ -180,6 +184,7 @@ $heightBtn: 100%;
|
||||
// font-weight: bold;
|
||||
color: cornflowerblue !important;
|
||||
}
|
||||
|
||||
.links:hover {
|
||||
color: white !important;
|
||||
}
|
||||
@@ -212,7 +217,6 @@ $heightBtn: 100%;
|
||||
letter-spacing: .00937em;
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 718px) {
|
||||
// PER VERSIONE MOBILE
|
||||
|
||||
@@ -237,7 +241,7 @@ $heightBtn: 100%;
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
|
||||
.text-big{
|
||||
.text-big {
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
|
||||
@@ -260,7 +264,7 @@ $heightBtn: 100%;
|
||||
|
||||
.text-spacetrans {
|
||||
padding: 0 !important;
|
||||
background: rgba(0,0,0,0.3) !important;
|
||||
background: rgba(0, 0, 0, 0.3) !important;
|
||||
border-radius: 30px !important;
|
||||
}
|
||||
|
||||
@@ -268,7 +272,7 @@ $heightBtn: 100%;
|
||||
text-shadow: .15rem .15rem .15rem $grayshadow;
|
||||
}
|
||||
|
||||
.citazione{
|
||||
.citazione {
|
||||
font-size: 0.75rem;
|
||||
font-family: "Lucida Calligraphy", serif;
|
||||
}
|
||||
@@ -297,21 +301,20 @@ $heightBtn: 100%;
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
.boldhigh, .boldop, .text-big{
|
||||
.boldhigh, .boldop, .text-big {
|
||||
font-weight: 500;
|
||||
text-shadow: .05rem .05rem .05rem $grayshadow;
|
||||
}
|
||||
.boldop{
|
||||
|
||||
.boldop {
|
||||
color: darkblue;
|
||||
}
|
||||
|
||||
.text-big{
|
||||
.text-big {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.center_to_image{
|
||||
.center_to_image {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 50%;
|
||||
@@ -320,7 +323,6 @@ $heightBtn: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
.center_img {
|
||||
display: block !important;
|
||||
margin-left: auto;
|
||||
@@ -334,7 +336,7 @@ $heightBtn: 100%;
|
||||
@media (max-width: 3000px) {
|
||||
.q-parallax__media > img, .myclimg {
|
||||
max-height: 800px !important;
|
||||
min-width:inherit !important;
|
||||
min-width: inherit !important;
|
||||
min-height: inherit !important;
|
||||
}
|
||||
.myclimg, .maxwidth {
|
||||
@@ -345,7 +347,7 @@ $heightBtn: 100%;
|
||||
@media (max-width: 1600px) {
|
||||
.q-parallax__media > img, .myclimg {
|
||||
max-height: 800px !important;
|
||||
min-width:inherit !important;
|
||||
min-width: inherit !important;
|
||||
min-height: inherit !important;
|
||||
}
|
||||
}
|
||||
@@ -353,7 +355,7 @@ $heightBtn: 100%;
|
||||
@media (max-width: 1400px) {
|
||||
.q-parallax__media > img, .myclimg {
|
||||
max-height: 800px !important;
|
||||
min-width:inherit !important;
|
||||
min-width: inherit !important;
|
||||
min-height: inherit !important;
|
||||
}
|
||||
}
|
||||
@@ -361,7 +363,7 @@ $heightBtn: 100%;
|
||||
@media (max-width: 1200px) {
|
||||
.q-parallax__media > img, .myclimg {
|
||||
max-height: 800px !important;
|
||||
min-width:inherit !important;
|
||||
min-width: inherit !important;
|
||||
min-height: inherit !important;
|
||||
}
|
||||
.myclimg, .maxwidth {
|
||||
@@ -369,14 +371,14 @@ $heightBtn: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.maxwidth{
|
||||
.maxwidth {
|
||||
max-width: 1200px !important;
|
||||
}
|
||||
|
||||
@media (max-width: 1000px) {
|
||||
.q-parallax__media > img, .myclimg {
|
||||
.q-parallax__media > img, .myclimg {
|
||||
max-height: 700px !important;
|
||||
min-width:inherit !important;
|
||||
min-width: inherit !important;
|
||||
min-height: inherit !important;
|
||||
}
|
||||
.myclimg, .maxwidth {
|
||||
@@ -387,7 +389,7 @@ $heightBtn: 100%;
|
||||
@media (max-width: 800px) {
|
||||
.q-parallax__media > img, .myclimg {
|
||||
max-height: 600px !important;
|
||||
min-width:inherit !important;
|
||||
min-width: inherit !important;
|
||||
min-height: inherit !important;
|
||||
}
|
||||
.myclimg, .maxwidth {
|
||||
@@ -398,7 +400,7 @@ $heightBtn: 100%;
|
||||
@media (max-width: 700px) {
|
||||
.q-parallax__media > img, .myclimg {
|
||||
max-height: 500px !important;
|
||||
min-width:inherit !important;
|
||||
min-width: inherit !important;
|
||||
min-height: inherit !important;
|
||||
}
|
||||
.myclimg, .maxwidth {
|
||||
@@ -406,31 +408,29 @@ $heightBtn: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 600px) {
|
||||
.q-parallax__media > img, .myclimg {
|
||||
max-height: 450px !important;
|
||||
min-height: inherit !important;
|
||||
min-width:100% !important;
|
||||
min-width: 100% !important;
|
||||
}
|
||||
.myclimg, .maxwidth {
|
||||
height: 400px !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
// preloading images:
|
||||
@media screen {
|
||||
div#preloader {
|
||||
position: absolute;
|
||||
left: -9999px;
|
||||
top: -9999px;
|
||||
top: -9999px;
|
||||
}
|
||||
div#preloader img {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
@media print {
|
||||
div#preloader,
|
||||
div#preloader img {
|
||||
@@ -461,7 +461,7 @@ $heightBtn: 100%;
|
||||
top: 20px;
|
||||
}
|
||||
|
||||
.centermydiv{
|
||||
.centermydiv {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
display: block;
|
||||
@@ -481,21 +481,21 @@ $heightBtn: 100%;
|
||||
text-shadow: .25rem .25rem .5rem $grayshadow;
|
||||
}
|
||||
|
||||
.myh4{
|
||||
.myh4 {
|
||||
font-size: 1.25rem;
|
||||
color: red;
|
||||
line-height: 125%;
|
||||
}
|
||||
|
||||
.mybtn_sticky{
|
||||
.mybtn_sticky {
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.mybtn_sticky:hover{
|
||||
.mybtn_sticky:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.imgautosize{
|
||||
.imgautosize {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-top: auto;
|
||||
@@ -531,6 +531,10 @@ $heightBtn: 100%;
|
||||
content: url('statics/icons/flag_es.svg');
|
||||
}
|
||||
|
||||
.fa-flag-pt:before {
|
||||
content: url('statics/icons/flag_pt.svg');
|
||||
}
|
||||
|
||||
.fa-flag-gb:before {
|
||||
content: url('statics/icons/flag_gb.svg');
|
||||
}
|
||||
@@ -571,6 +575,14 @@ $heightBtn: 100%;
|
||||
content: url('statics/icons/flag_cl.svg');
|
||||
}
|
||||
|
||||
.fa-flag-pl:before {
|
||||
content: url('statics/icons/flag_pl.svg');
|
||||
}
|
||||
|
||||
.fa-flag-eg:before {
|
||||
content: url('statics/icons/flag_eg.svg');
|
||||
}
|
||||
|
||||
.animazione {
|
||||
animation-duration: 2s;
|
||||
animation-fill-mode: both;
|
||||
@@ -584,12 +596,24 @@ $heightBtn: 100%;
|
||||
border: #f69f09 solid 5px;
|
||||
border-radius: 32px;
|
||||
font-size: 1rem;
|
||||
padding: 4px;
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
.clBorderImportant, .clBorderSteps {
|
||||
border: red solid 5px;
|
||||
border-radius: 16px;
|
||||
font-size: 1rem;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.clBorderZoom {
|
||||
border: #666cf6 solid 5px;
|
||||
}
|
||||
|
||||
.clBorderSteps {
|
||||
border-color: green;
|
||||
}
|
||||
|
||||
.text-h5 {
|
||||
@media (max-width: 600px) {
|
||||
font-size: 1rem;
|
||||
@@ -605,3 +629,21 @@ $heightBtn: 100%;
|
||||
font-size: 1rem;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.img {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
||||
max-height: 350px;
|
||||
max-width: 350px;
|
||||
@media (max-width: 718px) {
|
||||
max-height: 350px;
|
||||
max-width: 350px;
|
||||
}
|
||||
}
|
||||
|
||||
.center-150 {
|
||||
width: 150px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user