Modifiche

nessun oggetto della modifica
Riga 151: Riga 151:  
     background-position: 50%;
 
     background-position: 50%;
 
     background-repeat: no-repeat;
 
     background-repeat: no-repeat;
 +
}
 +
.movimento-bottone{
 +
color: #d74e38!important;
 +
    border-color: RGBA(0,0,0,0);
 +
    background-color: #FFFFFF;
 +
    display: inline-block;
 +
    transition: all 300ms ease 0ms;
 +
    position: relative;
 +
    font-size: 20px;
 +
    font-weight: 500;
 +
    padding: .3em 1em;
 +
    line-height: 1.7em!important;
 +
    background-color: transparent;
 +
    background-size: cover;
 +
    background-position: 50%;
 +
    background-repeat: no-repeat;
 +
    border: 2px solid;
 +
    border-radius: 3px;
 +
    -webkit-transition-duration: .2s;
 +
    transition-duration: .2s;
 +
    -webkit-transition-property: all!important;
 +
    transition-property: all!important;
 
}
 
}