From 8823c672b3348e37fca1fbc0a6bea090f2b3567f Mon Sep 17 00:00:00 2001 From: Oleksii Verbytskyi Date: Mon, 14 Aug 2023 19:20:03 +0300 Subject: [PATCH] added font asome icons, mofy hover packeges section --- src/partials/components/scripts.html | 1 + src/partials/components/styles.html | 4 +- src/partials/layouts/destinations.html | 20 +- src/partials/layouts/packages.html | 266 +++++++++++-------------- src/sass/layout/_destinations.scss | 10 +- src/sass/layout/_packages.scss | 22 +- 6 files changed, 153 insertions(+), 170 deletions(-) diff --git a/src/partials/components/scripts.html b/src/partials/components/scripts.html index a3739c6..70bedae 100644 --- a/src/partials/components/scripts.html +++ b/src/partials/components/scripts.html @@ -1,4 +1,5 @@ + \ No newline at end of file diff --git a/src/partials/components/styles.html b/src/partials/components/styles.html index 504ab72..11f8dc9 100644 --- a/src/partials/components/styles.html +++ b/src/partials/components/styles.html @@ -1,9 +1,9 @@ + + - - \ No newline at end of file diff --git a/src/partials/layouts/destinations.html b/src/partials/layouts/destinations.html index 7a2085d..6cae394 100644 --- a/src/partials/layouts/destinations.html +++ b/src/partials/layouts/destinations.html @@ -11,7 +11,9 @@

Must-Visit Destinations

- + + +

Madrid, Spain

Calle Gran Via

@@ -27,7 +29,9 @@

Must-Visit Destinations

- + + +

Champ de Mars, France

Calle Gran Via

@@ -43,7 +47,9 @@

Must-Visit Destinations

- + + +

Bali, Indonesia

Diamond Beach

@@ -59,7 +65,9 @@

Must-Visit Destinations

- + + +

Madrid, Spain

Calle Gran Via

@@ -75,7 +83,9 @@

Must-Visit Destinations

- + + +

Madrid, Spain

Calle Gran Via

diff --git a/src/partials/layouts/packages.html b/src/partials/layouts/packages.html index 1161f57..065db17 100644 --- a/src/partials/layouts/packages.html +++ b/src/partials/layouts/packages.html @@ -10,41 +10,41 @@

Customized Experiences

$399

For 2 People

Choose Package @@ -54,41 +54,41 @@

Customized Experiences

$410

For 2-4 People

Choose Package @@ -98,41 +98,41 @@

Customized Experiences

$499

For 2-4 People

Choose Package @@ -142,41 +142,41 @@

Customized Experiences

$510

For 4 People

Choose Package @@ -186,93 +186,49 @@

Customized Experiences

$600

For 4-5 People

- Choose Package -
-
-

Packages 1

-

$399

-

For 2 People

- Choose Package
-
Prev
-
Next
+
Prev
+
Next
\ No newline at end of file diff --git a/src/sass/layout/_destinations.scss b/src/sass/layout/_destinations.scss index 9b8f0bf..3fc3eeb 100644 --- a/src/sass/layout/_destinations.scss +++ b/src/sass/layout/_destinations.scss @@ -110,6 +110,7 @@ &__location { display: flex; justify-content: start; + align-items: center; margin-top: 42px; color: rgba(161, 161, 161, 0.60); font-family: Nexa Bold, sans-serif; @@ -160,7 +161,10 @@ } .location-icon { - width: 11px; - height: 12px; - fill: #00A0B1; + display: flex; + align-items: center; + justify-content: center; + width: 15px; + height: 15px; + color: #00A0B1; } \ No newline at end of file diff --git a/src/sass/layout/_packages.scss b/src/sass/layout/_packages.scss index 307d80c..eef12e5 100644 --- a/src/sass/layout/_packages.scss +++ b/src/sass/layout/_packages.scss @@ -179,6 +179,15 @@ line-height: calc(24 / 16); /* 150% */ } + } + &__item.active { + .p-info__icon{ + color: #00A0B1; + } + p{ + color: #363636; + } + } .packages__slide:hover &__item { @@ -193,10 +202,13 @@ &__item:not(:last-child) { margin-bottom: 15px; } -} + &__icon{ + display: flex; + align-items: center; + justify-content: center; + width: 18px; + height: 18px; + color: #A1A1A1E5; + } -.active { - color: #363636; - fill: #00A0B1; } -