fix homeval
unknown
plain_text
22 days ago
2.3 kB
1
Indexable
Never
/* Start - Fix issue with fullscreen for Home Valuation form */ & { transform: unset; } /* End */ @media only screen and (max-width: 768px) { .home-valuation .opening-wrapper { min-height: 0 !important; } } div.home-valuation.home-valuation--fullbleed div.background img { filter: brightness(.75); } /*start fix btn on mobile*/ div.home-valuation{ .search-wrapper{ @media only screen and (max-width:768px){ button.lp-btn{ border-color: #050E3D!important; background-color: transparent!important; color: #050E3D!important; font-size:11px!important; &:hover{ border-color: #050E3D!important; background-color: #050E3D!important; color: #fff!important; } margin-bottom: 0; } } @media only screen and (max-width:767px){ button.lp-btn{ border-color:#fff!important; background-color: transparent!important; color: #fff;!important; font-size:11px!important; &:hover{ border-color: #fff!important; background-color: #fff!important; color: #050E3D!important; } margin-bottom: 0; } } } } @media only screen and (max-width:768px){ div.hv-form__footer .lp-btn { font-size:11px; } } /*end*/ /*START Link on Mobile - WB eliezer */ @media only screen and (max-width: 768px){ .redesign .link { white-space: normal; text-decoration: underline; &:after, &:before { width: 0%; } } } /*END Link on Mobile - WB eliezer */ .hv-checklist li{ text-transform: uppercase; } .lp-input-group .lp-label { text-transform: uppercase; } .home-valuation .benefits .benefit{ text-transform: uppercase; } div.home-valuation .search-wrapper{ .loader .line{ background-color: #050E3D; } } div.home-valuation .content{ @media only screen and (max-width:768px){ padding-bottom: 64px; } }
Leave a Comment