-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
97 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
src/ui/modules/about/components/aboutLatestArticles/about-latest-articles.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
src/ui/modules/about/components/cityCard/atoms/cityName/city-name.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/ui/modules/about/components/littleMoreOfMe/little-more-of-me.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
|
||
.little-more-of-me__title { | ||
margin-bottom: 4rem; | ||
margin-block-end: 4rem; | ||
} | ||
|
||
.little-more-of-me__wrapper { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
73 changes: 35 additions & 38 deletions
73
src/ui/modules/home/components/testimonial/testimonial.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,40 @@ | ||
.testimonial__content { | ||
background-color: var(--white); | ||
cursor: grab; | ||
display: grid; | ||
gap: 0 1rem; | ||
grid: | ||
'Testimonial-Image Testimonial-Image . . ' 1rem | ||
'Testimonial-Image Testimonial-Image Testimonial-Quote Testimonial-Quote' min-content | ||
'Testimonial-Image Testimonial-Image Testimonial-Quote Testimonial-Quote' calc(100% - 7rem) | ||
'Testimonial-Image Testimonial-Image Testimonial-Author Testimonial-Author' 1.5rem | ||
'Testimonial-Image Testimonial-Image Testimonial-Description Testimonial-Description' min-content | ||
/ calc(100% / 4) calc(100% / 4) 1fr 1fr; | ||
width: 100%; | ||
|
||
.testimonial__content { | ||
background-color: var(--white); | ||
cursor: grab; | ||
display: grid; | ||
gap: 0 1rem; | ||
grid: | ||
'Testimonial-Image Testimonial-Image . . ' 1rem | ||
'Testimonial-Image Testimonial-Image Testimonial-Quote Testimonial-Quote' min-content | ||
'Testimonial-Image Testimonial-Image Testimonial-Quote Testimonial-Quote' calc(100% - 7rem) | ||
'Testimonial-Image Testimonial-Image Testimonial-Author Testimonial-Author' 1.5rem | ||
'Testimonial-Image Testimonial-Image Testimonial-Description Testimonial-Description' min-content | ||
/ calc(100% / 4) calc(100% / 4) 1fr 1fr; | ||
width: 100%; | ||
|
||
&:not(.--is-active) { | ||
opacity: 0.25; | ||
} | ||
|
||
@media (width <= 575px) { | ||
gap: 0.5rem 0; | ||
grid: | ||
'Testimonial-Image' auto | ||
'Testimonial-Quote' min-content | ||
'Testimonial-Author' 1.5rem | ||
'Testimonial-Description' min-content | ||
/ 1fr; | ||
padding-inline: 1rem; | ||
} | ||
&:not(.--is-active) { | ||
opacity: 0.25; | ||
} | ||
|
||
.swiper-slide-prev { | ||
.testimonial__content { | ||
grid: | ||
'. . Testimonial-Image Testimonial-Image ' 1rem | ||
'Testimonial-Quote Testimonial-Quote Testimonial-Image Testimonial-Image' min-content | ||
'Testimonial-Quote Testimonial-Quote Testimonial-Image Testimonial-Image' calc(100% - 7rem) | ||
'Testimonial-Author Testimonial-Author Testimonial-Image Testimonial-Image' 1.5rem | ||
'Testimonial-Description Testimonial-Description Testimonial-Image Testimonial-Image' min-content | ||
/ 1fr 1fr calc(100% / 4) calc(100% / 4); | ||
} | ||
@media (width <= 575px) { | ||
gap: 0.5rem 0; | ||
grid: | ||
'Testimonial-Image' auto | ||
'Testimonial-Quote' min-content | ||
'Testimonial-Author' 1.5rem | ||
'Testimonial-Description' min-content | ||
/ 1fr; | ||
} | ||
} | ||
|
||
.swiper-slide-prev { | ||
.testimonial__content { | ||
grid: | ||
'. . Testimonial-Image Testimonial-Image ' 1rem | ||
'Testimonial-Quote Testimonial-Quote Testimonial-Image Testimonial-Image' min-content | ||
'Testimonial-Quote Testimonial-Quote Testimonial-Image Testimonial-Image' calc(100% - 7rem) | ||
'Testimonial-Author Testimonial-Author Testimonial-Image Testimonial-Image' 1.5rem | ||
'Testimonial-Description Testimonial-Description Testimonial-Image Testimonial-Image' min-content | ||
/ 1fr 1fr calc(100% / 4) calc(100% / 4); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.