You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gzf/WebRoot/static/ui/assets/scss/_properites.scss

562 lines
11 KiB

5 years ago
/*---
10. Property Css
-------------------------*/
.single-property {
position: relative;
border-radius: 10px;
box-shadow: 0px 1px 4px 0px rgba(5, 52, 74, 0.38);
&:hover {
& .property-img-2 a{
&::before {
opacity: 1;
visibility: visible;
}
& .product-details {
top: 50%;
visibility: visible;
opacity: 1;
}
}
& .property-img {
& img {
transform: scale(1.1);
}
}
}
}
.property-img {
position: relative;
overflow: hidden;
border-radius: 10px 10px 0 0;
& a {
display: block;
border-radius: 10px 10px 0 0;
& img {
width: 100%;
}
}
}
.property-img-2 {
position: relative;
& a {
display: block;
position: relative;
border-radius: 10px 10px 0 0;
&::before {
position: absolute;
left: 0;
top: 0;
content: "";
background: rgba(192,191,254,0.5);
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
border-radius: 10px 10px 0 0;
transition: all 0.3s ease-in-out;
}
& img {
width: 100%;
}
}
& .product-details {
display: inline-block;
position: absolute;
top: 70%;
transform: translate(-50%,-50%);
left: 50%;
background: $theme-color;
padding: 10px 30px;
border-radius: 30px;
visibility: hidden;
opacity: 0;
font-weight: 600;
color: $white;
font-size: 16px;
&:hover {
background: $theme-color-2;
}
}
}
.level-stryker, .level-stryker-2 {
position: absolute;
top: 20px;
left: 0px;
font-weight: 600;
font-size: 13px;
padding: 4px 12px;
background: $theme-color-2;
color: $white;
line-height: 22px;
}
.level-stryker-2 {
background: $theme-color;
}
.property-desc {
padding: 0 0 20px 0;
text-align: center;
& h4 {
font-weight: 700;
position: relative;
padding: 12px 0;
background: $theme-color;
color: $white;
display: block;
margin-bottom: 15px;
}
& p {
font-weight: 300;
padding: 0 20px;
}
& .price-box {
padding: 0 20px;
& p {
color: #333;
font-weight: 600;
font-size: 16px;
position: relative;
display: block;
margin-top: 12px;
}
}
}
.properties-list {
margin-bottom: 10px;
& li {
& a {
font-weight: 600;
padding: 10px 25px;
border: 1px solid $theme-color;
border-radius: 50px;
margin: 0 8px;
&.active,
&:hover {
color: $white;
background: $theme-color;
}
@media #{$large-mobile}{
padding: 6px 14px;
margin: 0 5px 8px 0;
}
}
&:first-child {
& a {
margin-left: 0;
}
}
}
}
.single-propertiy {
& a {
display: block;
& img {
width: 100%;
}
}
& .propertiy-det-box {
background: #f1f1f1;
padding: 22px;
border-radius: 0 0 10px 10px;
text-align: center;
& h4 {
font-weight: 600;
margin-bottom: 5px;
}
& p {
color: $theme-color;
font-size: 18px;
font-weight: 600;
}
}
}
.propertice-details {
border-top: 1px solid #d1d1d1;
margin-top: 30px;
max-width: 685px;
& .single-info {
margin-bottom: 10px;
& strong {
font-size: 16px;
}
}
.single-property-price {
color: $theme-color;
& strong {
font-size: 16px;
}
}
}
.properties-details-title {
& h4 {
font-weight: 600;
position: relative;
display: inline-block;
&::after {
position: absolute;
background: #666;
left: 0;
bottom: 0;
content: '';
height: 1px;
width: 100%;
}
}
}
.image-property {
position: relative;
& img {
width: 100%;
}
&::before {
position: absolute;
content: "";
background: rgba(0, 0, 0, 0.4);
left: 0;
top: 0;
width: 100%;
height: 100%;
}
& .video-box {
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
& a {
font-size: 30px;
color: $white;
}
}
}
.step-title {
& h3 {
color: $theme-color;
font-weight: 600;
line-height: 28px;
margin: 0;
padding-bottom: 7px;
position: relative;
display: inline-block;
&::before {
background: $theme-color;
bottom: 0;
content: "";
height: 1px;
position: absolute;
width: 100%;
}
}
}
.information-title {
& h4 {
font-weight: 600;
}
}
.input-file,.information-text,.details-information-box {
& label {
font-size: 14px;
font-weight: 600;
margin-bottom: 10px;
}
}
.image-upload-box, .video-upload-box {
border: 1px solid $theme-color;
display: block;
padding: 25px 0;
text-align: center;
border-radius: 50px;
}
.image-upload-box .custom-file-upload, .video-upload-box .custom-video-upload {
background: $theme-color;
border-radius: 50px;
color: #ffffff;
height: 45px;
line-height: 43px;
margin: 0;
width: 187px;
cursor: pointer;
}
.custom-file-upload > input[type="file"], .custom-video-upload > input[type="file"] {
display: none;
}
.feature-check {
padding-bottom: 30px;
}
.feature-check input[type="checkbox"] {
float: left;
height: 0;
position: absolute;
-ms-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
visibility: hidden;
width: 0;
cursor: pointer;
}
.feature-check input[type="checkbox"] + label {
display: inline-block;
margin: 0;
padding-left: 23px;
position: relative;
color: #333;
font-weight: 300;
text-transform: capitalize;
cursor: pointer;
}
.feature-check input[type="checkbox"] + label::before {
content: "\f096 ";
font-family: FontAwesome;
font-size: 18px;
left: 0;
position: absolute;
}
.feature-check input[type="checkbox"]:checked + label::before {
content: "\f046";
}
.add-property-submit {
float: right;
& button {
background: $theme-color;
color: $white;
border: 1px solid $theme-color;
padding: 10px 25px;
border-radius: 50px;
&:hover {
background: #fff;
color: $theme-color;
}
}
}
.product-slider {
& .slick-arrow {
position: absolute;
right: 0;
top: -40px;
background: transparent;
border: 1px solid #d9d9d9;
border-radius: 50%;
height: 20px;
width: 20px;
line-height: 18px;
font-size: 13px;
padding: 0;
&.slick-prev {
right: 45px;
}
&.slick-next {
right: 15px;
}
}
}
.tabs-categorys-list {
& ul {
& li {
position: relative;
font-size: 35px;
padding-right: 30px;
margin-right: 20px;
font-weight: 600;
& a {
color: #afafaf;
&.active {
color: #333;
}
}
&::before {
position: absolute;
right: 0;
top: 50%;
content: '/';
transform: translateY(-50%);
}
&:last-child {
padding-right: 0px;
margin-right: 0px;
&::before {
content: '';
}
}
@media #{$desktop-device}{
font-size: 38px;
line-height: 1.4;
}
@media #{$tablet-device}{
font-size: 28px;
line-height: 1.4;
padding-right: 20px;
margin-right: 10px;
}
@media #{$large-mobile}{
font-size: 18px;
line-height: 1.4;
padding-right: 20px;
margin-right: 10px;
}
}
}
}
/* Location Module */
.featured-property {
background-color: #ebf8fd;
padding: 20px 35px;
@media #{$small-mobile}{
padding: 20px 5px;
}
}
.featured-property__details {
text-align: center;
margin-top: 30px;
}
.featured-property__title {
color: #05344a;
font-weight: 600;
font-size: 40px;
@media #{$small-mobile}{
font-size: 30px;
}
}
.featured-property__address {
font-size: 20px;
font-weight: 700;
margin-bottom: 5px;
@media #{$small-mobile}{
font-size: 16px;
}
}
.featured-property__price {
color: $theme-color-2;
margin-bottom: 20px;
}
.featured-property__tab {
.nav-tabs {
border: none;
.nav-item {
width: 33.333%;
}
.nav-link {
border: none;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
background-color: transparent;
padding: 0px 10px;
}
}
}
.featured-property__image {
position: relative;
margin-bottom: 0;
@media #{$tablet-device}{
img {
width: 100%;
}
}
}
.featured-property__caption {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
background-color: $theme-color;
text-align: center;
color: #fff;
padding: 20px 0;
font-size: 24px;
font-weight: 700;
@media #{$small-mobile}{
padding: 10px 0;
font-size: 16px;
}
}
.location-module {
position: relative;
display: block;
overflow: hidden;
transform: scale(1.0);
&:hover {
& img {
transform: scale(1.1);
}
.location-module__link {
opacity: 1;
visibility: visible;
}
}
}
.location-module__name {
color: #fff;
position: absolute;
left: 30px;
bottom: 10px;
font-weight: 700;
}
.location-module__badge {
position: absolute;
right: 0;
top: 30px;
background-color: $theme-color-2;
color: #fff;
font-weight: 500;
font-size: 16px;
padding: 5px 10px;
}
.location-module__link {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
text-indent: -99999px;
opacity: 0;
visibility: hidden;
}
/* Feature */
.feature {
position: relative;
padding-left: 55px;
}
.feature__icon {
position: absolute;
left: 0;
top: 0;
i {
color: $theme-color;
font-size: 35px;
}
}
.feature__title {
color: #222;
font-size: 18px;
font-weight: 700;
}
.feature__desc {
margin-bottom: 0;
}