Save
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -46,11 +46,11 @@ select {
|
|||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 50vw;
|
width: 70vw;
|
||||||
background: linear-gradient(
|
background: linear-gradient(
|
||||||
90.59deg,
|
90.59deg,
|
||||||
#f1efed 41.45%,
|
#f1efed 70%,
|
||||||
rgba(245, 248, 255, 0) 97.46%
|
rgba(245, 248, 255, 0) 100%
|
||||||
);
|
);
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
@@ -63,8 +63,8 @@ select {
|
|||||||
width: 50vw;
|
width: 50vw;
|
||||||
background: linear-gradient(
|
background: linear-gradient(
|
||||||
90deg,
|
90deg,
|
||||||
#f1efed 73.09%,
|
#f1efed 80%,
|
||||||
rgba(245, 248, 255, 0) 98.83%
|
rgba(245, 248, 255, 0) 100%
|
||||||
);
|
);
|
||||||
transform: matrix(-1, 0, 0, 1, 0, 0) translateX(-50%);
|
transform: matrix(-1, 0, 0, 1, 0, 0) translateX(-50%);
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
@@ -72,11 +72,13 @@ select {
|
|||||||
|
|
||||||
.box-1--wrapper {
|
.box-1--wrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 440px;
|
min-height: 300px;
|
||||||
|
|
||||||
.box-1--bg {
|
.box-1--bg {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@@ -91,7 +93,7 @@ select {
|
|||||||
column-gap: 120px;
|
column-gap: 120px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
min-height: 437px;
|
min-height: 300px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
||||||
@include respond-below(lg) {
|
@include respond-below(lg) {
|
||||||
@@ -107,9 +109,11 @@ select {
|
|||||||
|
|
||||||
.bg-icon {
|
.bg-icon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 16%;
|
left: 45%;
|
||||||
top: 0;
|
top: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
transform: translateX(-50%);
|
||||||
|
height: 100%;
|
||||||
|
|
||||||
@include respond-below(sm) {
|
@include respond-below(sm) {
|
||||||
left: 50%;
|
left: 50%;
|
||||||
@@ -123,7 +127,7 @@ select {
|
|||||||
&-1 {
|
&-1 {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 440px;
|
max-width: 310px;
|
||||||
|
|
||||||
.box-title {
|
.box-title {
|
||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
@@ -199,7 +203,7 @@ select {
|
|||||||
|
|
||||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
|
||||||
transition: box-shadow 0.3s;
|
transition: box-shadow 0.3s;
|
||||||
padding: 0.9rem 1rem 0.8rem 1rem;
|
padding: 0.8rem 1rem 0.8rem 1rem;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
|
|||||||
@@ -99,7 +99,7 @@
|
|||||||
'name' => 'Rafał Gil',
|
'name' => 'Rafał Gil',
|
||||||
'position' => 'Doradca ds. Sprzedaży Obiektowej',
|
'position' => 'Doradca ds. Sprzedaży Obiektowej',
|
||||||
'contact' => [
|
'contact' => [
|
||||||
'phone' => ['+48 000 000'],
|
'phone' => ['+48 883 849 711'],
|
||||||
'email' => ['r.gil@vidok.com']
|
'email' => ['r.gil@vidok.com']
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
@@ -146,7 +146,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="box-1--wrapper">
|
<div class="box-1--wrapper">
|
||||||
<div class="box-1--bg">
|
<div class="box-1--bg">
|
||||||
<img src="https://vidok.com/upload/filemanager/Pages/Kontakt-8/img-2-1.jpg" alt="">
|
<img src="https://vidok.com/upload/filemanager/Pages/Kontakt-8/img-2-2.jpg" alt="">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="c-row">
|
<div class="c-row">
|
||||||
|
|||||||
Reference in New Issue
Block a user