Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ <h1 class="step-order-header" [innerHTML]="content?.[currentLanguage].price['ste
<h2 class="header-how-works" [innerHTML]="content?.[currentLanguage]?.['how_works']['working_hours_caption']"></h2>
<p class="content-time" [innerHTML]="content?.[currentLanguage]?.['how_works']['working_hours']"></p>
</div>
<div class="time-frame">
<h2 class="header-how-works" [innerHTML]="content?.[currentLanguage]?.['how_works']['tech_support_caption']"></h2>
<p class="content-time" [innerHTML]="content?.[currentLanguage]?.['how_works']['tech_support']"></p>
</div>
<div class="time-frame">
<h2 class="header-how-works" [innerHTML]="content?.[currentLanguage]?.['how_works']['route_caption']"></h2>
<p class="content-time" [innerHTML]="content?.[currentLanguage]?.['how_works']['route']"></p>
Expand Down
202 changes: 12 additions & 190 deletions src/app/ubs/ubs/components/ubs-main-page/ubs-main-page.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
max-width: 100%;
margin-right: 0;
margin-left: 0;
font-family: var(--ubs-secondary-font);
font-family: var(--ubs-secondary-font), sans-serif;

h2 {
font-weight: 800;
Expand Down Expand Up @@ -580,11 +580,10 @@ section .main-container {
display: flex;
flex-direction: row;
justify-content: space-between;
gap: 10px;
margin-top: 140px;

.time-frame {
@include height-and-width(160px, 45%);

max-width: 850px;
background-color: var(--ubs-primary-white);
border: 1px solid var(--ubs-quaternary-dark-green);
Expand Down Expand Up @@ -682,20 +681,18 @@ section .main-container {
margin: 0;
padding: 0;

.price-section,
.pick-up-service .main-container {
margin: 0;
padding: 110px 150px;
}
}

section.pick-up-service {
padding-top: 117px;
background-color: var(--ubs-main-page-secondary-light-grey);
padding-top: 110px;

.main-container {
height: 100%;
padding: 0 150px 117px;
padding: 0 150px;

.box {
margin-top: 92px;
Expand Down Expand Up @@ -823,49 +820,13 @@ section .main-container {
}
}

section .price-section {
height: 100%;

.box-card {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 20px;

#price-frame {
width: 358px;
height: 229px;
font-size: 18px;

.content-price {
margin: 0;
padding: 0 40px;
width: 100%;
line-height: 20px !important;
align-items: center;
}

.header-price {
flex-direction: column-reverse;
height: 100px;

.price {
font-size: 28px;
line-height: 34px;
}
}
}
}
}

section#how-works {
padding: 110px 150px 95px;
height: 100%;

.box-how-works {
margin: 0 auto;
padding: 0;
max-width: 1140px;

#main-content {
margin: 0;
Expand Down Expand Up @@ -991,20 +952,19 @@ section .main-container {
margin: 0;
padding: 0;

.price-section,
.pick-up-service .main-container {
margin: 0;
padding: 110px 33px;
}
}

section.pick-up-service {
padding-top: 117px;
padding-top: 110px;

.main-container {
height: 100%;
margin: 0;
padding: 0 33px 117px;
padding: 0 33px 110px;

.box {
margin-top: 92px;
Expand Down Expand Up @@ -1125,35 +1085,6 @@ section .main-container {
}
}

section .price-section {
height: 100%;

.box-card {
#price-frame {
width: 298px;
height: 229px;
font-size: 16px;

.content-price {
margin: 0;
padding: 33px 30px 0 24px;
width: 100%;
line-height: 20px !important;
}

.header-price {
flex-direction: column-reverse;
height: 100px;

.price {
font-size: 28px;
line-height: 34px;
}
}
}
}
}

section#how-works {
padding: 110px 32px 95px;
height: 100%;
Expand All @@ -1164,6 +1095,7 @@ section .main-container {

#main-content {
margin: 0;
flex-direction: column;

.time-frame {
justify-content: space-between;
Expand Down Expand Up @@ -1290,7 +1222,6 @@ section .main-container {
margin: 0;
padding: 0;

.price-section,
.pick-up-service .main-container {
margin: 0;
padding: 90px 24px;
Expand All @@ -1303,7 +1234,7 @@ section .main-container {
.main-container {
height: 100%;
margin: 0;
padding: 0 24px 90px;
padding: 0 24px;

.box {
margin-top: 50px;
Expand Down Expand Up @@ -1333,41 +1264,6 @@ section .main-container {
}
}

section .price-section {
height: 100%;

h2 {
padding-bottom: 0;
}

.box-card {
margin-top: 50px;

#price-frame {
width: 218px;
height: 229px;
font-size: 16px;

.content-price {
margin: 0;
padding: 33px 16px 0;
width: 100%;
line-height: 20px !important;
}

.header-price {
flex-direction: column-reverse;
height: 100px;

.price {
font-size: 24px;
line-height: 29px;
}
}
}
}
}

#first-section {
padding: 90px 24px;

Expand Down Expand Up @@ -1475,6 +1371,8 @@ section .main-container {

#main-content {
margin: 0;
flex-direction: column;
align-items: center;

.time-frame {
padding: 24px 8px 8px 24px;
Expand Down Expand Up @@ -1589,51 +1487,6 @@ section .main-container {
margin-bottom: 0;
}

.price-section {
height: 100%;
padding-bottom: 60px;

h2 {
padding-top: 60px;
padding-bottom: 40px;
}

.box-card {
flex-direction: column;
justify-content: normal;

#price-frame {
margin: 0 auto;
width: 287px;
border-radius: 6px;

.content-price {
font-size: 12px;
line-height: 15px;
padding: 0;
width: 190px;
height: 69px;

div {
width: 100%;
align-items: center;
}
}

.header-price {
border-radius: 6px;
height: 57px;
font-size: 11px;
}

.header-price .price {
font-size: 16px;
line-height: 20px;
}
}
}
}

.how-to-prepare {
margin-top: 40px;
flex-direction: column;
Expand Down Expand Up @@ -1726,7 +1579,8 @@ section .main-container {
padding: 60px 16px;

#main-content {
flex-direction: row;
flex-direction: column;
align-items: center;
justify-content: space-between;
margin: 0;

Expand Down Expand Up @@ -1881,38 +1735,6 @@ section .main-container {
}
}

section .price-section {
h2 {
padding: 60px 16px 50px;
margin-bottom: 0;
}

.box-card {
margin: 0 16px;

#price-frame {
width: 100%;
height: 125px;
border-radius: 4px;

.content-price {
line-height: 15px;
justify-content: center;
}

.header-price {
height: 100px;
border: 0.5px solid var(--ubs-primary-dark-grey);
border-radius: 4px;

.price {
font-size: 16px;
}
}
}
}
}

section.pick-up-service {
padding-top: 64px;
padding-bottom: 64px;
Expand Down
Loading
Loading