This commit is contained in:
parent
6b2ca339a2
commit
e7fd91871b
|
|
@ -4,7 +4,7 @@
|
||||||
.rowAccordion {
|
.rowAccordion {
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow-anchor: none;
|
overflow-anchor: none;
|
||||||
/* padding: 0 16.25rem; */
|
/* padding: 0 13.54vw; */
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: calc(100vh / var(--zoom-compensation, 1));
|
height: calc(100vh / var(--zoom-compensation, 1));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
.swiperCardSection {
|
.swiperCardSection {
|
||||||
min-height: calc(100vh / var(--zoom-compensation, 1));
|
min-height: calc(100vh / var(--zoom-compensation, 1));
|
||||||
padding: 6.25rem 16.25rem;
|
padding: 6.25rem 13.54vw;
|
||||||
background: #D8D8D8;
|
background: #D8D8D8;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
.topTabsSection {
|
.topTabsSection {
|
||||||
padding: 6.25rem 0 0 0;
|
padding: 6.25rem 0 0 0;
|
||||||
padding: 6.25rem 16.25rem 0 16.25rem;
|
padding: 6.25rem 13.54vw 0 13.54vw;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: calc(100vh / var(--zoom-compensation, 1));
|
height: calc(100vh / var(--zoom-compensation, 1));
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
min-height: calc(100vh / var(--zoom-compensation, 1));
|
min-height: calc(100vh / var(--zoom-compensation, 1));
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 6.25rem 16.25rem;
|
padding: 6.25rem 13.54vw;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
.overview {
|
.overview {
|
||||||
background: #f0f2f4;
|
background: #f0f2f4;
|
||||||
/* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cpath fill='%23e8eaed' fill-opacity='0.5' d='M0 50 Q 25 30 50 50 T 100 50 L 100 100 L 0 100 Z'/%3E%3C/svg%3E"); */
|
/* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cpath fill='%23e8eaed' fill-opacity='0.5' d='M0 50 Q 25 30 50 50 T 100 50 L 100 100 L 0 100 Z'/%3E%3C/svg%3E"); */
|
||||||
padding: 6.25rem 16.25rem;
|
padding: 6.25rem 13.54vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.overviewInner {
|
.overviewInner {
|
||||||
|
|
@ -46,7 +46,7 @@
|
||||||
height: 4.125rem;
|
height: 4.125rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
margin: 0 16.25rem;
|
margin: 0 13.54vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.twoColSectionTab {
|
.twoColSectionTab {
|
||||||
|
|
@ -101,7 +101,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.twoColText {
|
.twoColText {
|
||||||
/* padding: 6.25rem 16.25rem 0 5rem; */
|
/* padding: 6.25rem 13.54vw 0 5rem; */
|
||||||
background: #F0F2F4;
|
background: #F0F2F4;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
@ -167,7 +167,7 @@
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
padding: 6.25rem 16.25rem;
|
padding: 6.25rem 13.54vw;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -254,7 +254,7 @@
|
||||||
.propertyServices {
|
.propertyServices {
|
||||||
height: calc(100vh / var(--zoom-compensation, 1));
|
height: calc(100vh / var(--zoom-compensation, 1));
|
||||||
color: #fff;
|
color: #fff;
|
||||||
padding: 0 16.25rem;
|
padding: 0 13.54vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.propertyServicesContent {
|
.propertyServicesContent {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.twoColSection {
|
.twoColSection {
|
||||||
padding: 6.25rem 16.25rem;
|
padding: 6.25rem 13.54vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.twoColSection p {
|
.twoColSection p {
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
|
|
||||||
.threeColSection {
|
.threeColSection {
|
||||||
padding: 6.25rem 16.25rem;
|
padding: 6.25rem 13.54vw;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 60.375rem;
|
height: 60.375rem;
|
||||||
background: rgba(216, 216, 216, 0.5);
|
background: rgba(216, 216, 216, 0.5);
|
||||||
|
|
|
||||||
|
|
@ -76,7 +76,7 @@
|
||||||
|
|
||||||
.equityInvestment {
|
.equityInvestment {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 6.25rem 16.25rem;
|
padding: 6.25rem 13.54vw;
|
||||||
background: rgba(255, 255, 255, 0.6);
|
background: rgba(255, 255, 255, 0.6);
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
|
@ -131,7 +131,7 @@
|
||||||
background: rgba(20, 53, 92, 0.5);
|
background: rgba(20, 53, 92, 0.5);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
padding: 3.75rem 3.125rem;
|
padding: 3.75rem 3.125rem;
|
||||||
margin-left: 16.25rem;
|
margin-left: 13.54vw;
|
||||||
|
|
||||||
.industryFosterMaskTitle {
|
.industryFosterMaskTitle {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|
|
||||||
|
|
@ -60,7 +60,7 @@
|
||||||
.commercialContent {
|
.commercialContent {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
margin: 0 16.25rem;
|
margin: 0 13.54vw;
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue