2017-07-30 17:22:13 +00:00
|
|
|
.testimonials
|
|
|
|
background-color: $background
|
|
|
|
|
2017-07-30 21:27:54 +00:00
|
|
|
.testimonial
|
2017-07-30 17:22:13 +00:00
|
|
|
align-items: flex-start
|
|
|
|
display: flex
|
|
|
|
justify-content: center
|
|
|
|
|
|
|
|
.more-loves
|
|
|
|
align-items: center
|
|
|
|
display: flex
|
|
|
|
justify-content: center
|
|
|
|
margin-top: 1.5rem
|
|
|
|
text-align: center
|
|
|
|
.button
|
|
|
|
height: auto
|
|
|
|
padding: 0.75em 1.5em
|
|
|
|
span
|
|
|
|
transform-origin: center center
|
|
|
|
transition: transform $speed $easing
|
|
|
|
&:hover
|
|
|
|
span
|
|
|
|
transform: scale(1.04)
|
|
|
|
|
|
|
|
+mobile
|
|
|
|
.testimonials
|
|
|
|
padding: 1.5rem
|
2017-07-30 21:27:54 +00:00
|
|
|
.testimonial
|
2017-07-30 17:22:13 +00:00
|
|
|
margin-bottom: 1.5rem
|
|
|
|
|
|
|
|
+tablet
|
|
|
|
.testimonials
|
|
|
|
padding: 3rem
|
2017-07-30 21:27:54 +00:00
|
|
|
.testimonial + .testimonial
|
2017-07-30 17:22:13 +00:00
|
|
|
margin-top: 1.5rem
|
|
|
|
|
2017-07-31 15:06:31 +00:00
|
|
|
+desktop
|
|
|
|
.testimonials
|
|
|
|
min-height: 595px
|
|
|
|
|
|
|
|
+widescreen
|
|
|
|
.testimonials
|
|
|
|
min-height: 653px
|
|
|
|
|
|
|
|
+fullhd
|
|
|
|
.testimonials
|
|
|
|
min-height: 632px
|
|
|
|
|
2017-07-30 17:22:13 +00:00
|
|
|
.rainbow
|
|
|
|
animation: rainbow 8s ease infinite
|
|
|
|
background-image: linear-gradient(124deg, $orange, $red, $purple, $blue)
|
|
|
|
background-size: 800% 800%
|
|
|
|
|
|
|
|
.hero.is-love
|
|
|
|
.title,
|
|
|
|
.subtitle
|
|
|
|
color: $white
|
|
|
|
|
|
|
|
@keyframes rainbow
|
|
|
|
0%
|
|
|
|
background-position: 0% 80%
|
|
|
|
50%
|
|
|
|
background-position: 100% 20%
|
|
|
|
100%
|
|
|
|
background-position: 0% 80%
|
|
|
|
|
|
|
|
.hug
|
|
|
|
align-items: flex-start
|
|
|
|
display: flex
|
|
|
|
justify-content: center
|
|
|
|
|
2017-07-30 21:27:54 +00:00
|
|
|
.embrace
|
2017-07-30 17:22:13 +00:00
|
|
|
background-color: $background
|
|
|
|
border-radius: $radius
|
|
|
|
padding: 1.5rem
|
|
|
|
|
|
|
|
+mobile
|
2017-07-30 21:27:54 +00:00
|
|
|
.love
|
|
|
|
padding: 1.5rem
|
|
|
|
.hug
|
2017-07-30 17:22:13 +00:00
|
|
|
margin: 1.5rem
|
2017-07-30 21:27:54 +00:00
|
|
|
.embrace
|
|
|
|
text-align: center
|
2017-07-30 21:44:12 +00:00
|
|
|
&:not(:first-child)
|
|
|
|
margin-top: 1.5rem
|
|
|
|
&:not(:last-child)
|
|
|
|
margin-bottom: 1.5rem
|
2017-07-30 21:27:54 +00:00
|
|
|
.embrace-button
|
|
|
|
margin-top: 0.75rem
|
2017-07-30 17:22:13 +00:00
|
|
|
|
|
|
|
+tablet
|
2017-07-30 21:27:54 +00:00
|
|
|
.love
|
|
|
|
padding-bottom: 3rem
|
|
|
|
padding-top: 3rem
|
|
|
|
.embrace
|
|
|
|
align-items: center
|
|
|
|
display: flex
|
|
|
|
justify-content: center
|
2017-07-30 21:44:12 +00:00
|
|
|
&:not(:first-child)
|
|
|
|
margin-top: 3rem
|
|
|
|
&:not(:last-child)
|
|
|
|
margin-bottom: 3rem
|
2017-07-30 21:27:54 +00:00
|
|
|
.embrace-button
|
|
|
|
margin-left: 1.5rem
|
2017-07-30 17:22:13 +00:00
|
|
|
.hugs
|
|
|
|
display: flex
|
|
|
|
flex-wrap: wrap
|
|
|
|
padding-bottom: 3rem
|
|
|
|
.hug
|
|
|
|
margin-top: 1.5rem
|
|
|
|
width: calc(33.3333% - 1rem)
|
|
|
|
&:nth-child(1),
|
|
|
|
&:nth-child(2),
|
|
|
|
&:nth-child(3)
|
|
|
|
margin-top: 0
|
|
|
|
&:nth-child(3n-1),
|
|
|
|
&:nth-child(3n)
|
|
|
|
margin-left: 1.5rem
|