This commit is contained in:
parent
6b2ca339a2
commit
e7fd91871b
|
|
@ -4,7 +4,7 @@
|
|||
.rowAccordion {
|
||||
position: relative;
|
||||
overflow-anchor: none;
|
||||
/* padding: 0 16.25rem; */
|
||||
/* padding: 0 13.54vw; */
|
||||
width: 100%;
|
||||
height: calc(100vh / var(--zoom-compensation, 1));
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
.swiperCardSection {
|
||||
min-height: calc(100vh / var(--zoom-compensation, 1));
|
||||
padding: 6.25rem 16.25rem;
|
||||
padding: 6.25rem 13.54vw;
|
||||
background: #D8D8D8;
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
.topTabsSection {
|
||||
padding: 6.25rem 0 0 0;
|
||||
padding: 6.25rem 16.25rem 0 16.25rem;
|
||||
padding: 6.25rem 13.54vw 0 13.54vw;
|
||||
width: 100%;
|
||||
height: calc(100vh / var(--zoom-compensation, 1));
|
||||
background-size: cover;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
border-radius: 0;
|
||||
min-height: calc(100vh / var(--zoom-compensation, 1));
|
||||
width: 100%;
|
||||
padding: 6.25rem 16.25rem;
|
||||
padding: 6.25rem 13.54vw;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
.overview {
|
||||
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"); */
|
||||
padding: 6.25rem 16.25rem;
|
||||
padding: 6.25rem 13.54vw;
|
||||
}
|
||||
|
||||
.overviewInner {
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
height: 4.125rem;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
margin: 0 16.25rem;
|
||||
margin: 0 13.54vw;
|
||||
}
|
||||
|
||||
.twoColSectionTab {
|
||||
|
|
@ -101,7 +101,7 @@
|
|||
}
|
||||
|
||||
.twoColText {
|
||||
/* padding: 6.25rem 16.25rem 0 5rem; */
|
||||
/* padding: 6.25rem 13.54vw 0 5rem; */
|
||||
background: #F0F2F4;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
|
|
@ -167,7 +167,7 @@
|
|||
background-size: cover;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
padding: 6.25rem 16.25rem;
|
||||
padding: 6.25rem 13.54vw;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
|
@ -254,7 +254,7 @@
|
|||
.propertyServices {
|
||||
height: calc(100vh / var(--zoom-compensation, 1));
|
||||
color: #fff;
|
||||
padding: 0 16.25rem;
|
||||
padding: 0 13.54vw;
|
||||
}
|
||||
|
||||
.propertyServicesContent {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.twoColSection {
|
||||
padding: 6.25rem 16.25rem;
|
||||
padding: 6.25rem 13.54vw;
|
||||
}
|
||||
|
||||
.twoColSection p {
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
|
||||
.threeColSection {
|
||||
padding: 6.25rem 16.25rem;
|
||||
padding: 6.25rem 13.54vw;
|
||||
width: 100%;
|
||||
height: 60.375rem;
|
||||
background: rgba(216, 216, 216, 0.5);
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@
|
|||
|
||||
.equityInvestment {
|
||||
width: 100%;
|
||||
padding: 6.25rem 16.25rem;
|
||||
padding: 6.25rem 13.54vw;
|
||||
background: rgba(255, 255, 255, 0.6);
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
|
|
@ -131,7 +131,7 @@
|
|||
background: rgba(20, 53, 92, 0.5);
|
||||
color: #fff;
|
||||
padding: 3.75rem 3.125rem;
|
||||
margin-left: 16.25rem;
|
||||
margin-left: 13.54vw;
|
||||
|
||||
.industryFosterMaskTitle {
|
||||
font-weight: 500;
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@
|
|||
.commercialContent {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
margin: 0 16.25rem;
|
||||
margin: 0 13.54vw;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
|
|
|||
Loading…
Reference in New Issue