Featured Properties
unknown
plain_text
23 days ago
1.1 kB
1
Indexable
Never
/*START - pagination color*/ .f-properties__arrows-container .lp-arrow{ background-color: transparent; border-color: #000; &:before{ border-color: #000; } &:hover{ background-color: #000; border-color: #000; &:before{ border-color: #fff; } } } /*END - pagination color*/ @media only screen and (max-width: 768px){ .btn-all { width: 90%!important; } h2.f-properties__title{ font-size: 32px; } } .f-properties__title{ font-size: 43px; } .f-properties__item { @media only screen and (min-width: 768px) { position: relative; &:before { position: absolute; height: 100%; width: 100%; background: rgba(0, 0, 0, 0.5); z-index: 10; content: ''; } .f-properties__item-info { z-index: 20; } } } .f-properties__item-name{ text-transform: capitalize; } .f-properties__item-features{ text-transform: capitalize; }
Leave a Comment