mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 12:24:28 -07:00
Add expo
This commit is contained in:
54
docs/_sass/expo.sass
Normal file
54
docs/_sass/expo.sass
Normal file
@@ -0,0 +1,54 @@
|
||||
.expo
|
||||
background-color: $background
|
||||
background-color: $white
|
||||
padding: 1.5rem
|
||||
|
||||
.website
|
||||
display: block
|
||||
position: relative
|
||||
text-align: center
|
||||
&:last-child
|
||||
margin-bottom: 0
|
||||
|
||||
.website-image
|
||||
align-items: center
|
||||
display: flex
|
||||
justify-content: center
|
||||
margin-bottom: 1.5rem
|
||||
position: relative
|
||||
&:hover
|
||||
.website-overlay
|
||||
opacity: 0.25
|
||||
|
||||
.website-overlay
|
||||
background-color: $black
|
||||
opacity: 0
|
||||
transition: opacity 200ms $easing
|
||||
|
||||
+mobile
|
||||
.website:not(:last-child)
|
||||
margin-bottom: 1.5rem
|
||||
|
||||
+tablet
|
||||
.expo
|
||||
padding-bottom: 3rem
|
||||
padding-top: 3rem
|
||||
.website:not(:last-child)
|
||||
margin-bottom: 3rem
|
||||
.website-image
|
||||
margin-bottom: 3rem
|
||||
|
||||
+desktop
|
||||
.expo
|
||||
padding-bottom: 6rem
|
||||
padding-top: 6rem
|
||||
|
||||
+widescreen
|
||||
.websites
|
||||
display: flex
|
||||
flex-wrap: wrap
|
||||
justify-content: space-between
|
||||
.website
|
||||
width: calc(50% - 3rem)
|
||||
&.is-highlighted
|
||||
width: 100%
|
||||
@@ -1,7 +1,7 @@
|
||||
.testimonials
|
||||
background-color: $background
|
||||
|
||||
.love
|
||||
.testimonial
|
||||
align-items: flex-start
|
||||
display: flex
|
||||
justify-content: center
|
||||
@@ -25,13 +25,13 @@
|
||||
+mobile
|
||||
.testimonials
|
||||
padding: 1.5rem
|
||||
.love
|
||||
.testimonial
|
||||
margin-bottom: 1.5rem
|
||||
|
||||
+tablet
|
||||
.testimonials
|
||||
padding: 3rem
|
||||
.love + .love
|
||||
.testimonial + .testimonial
|
||||
margin-top: 1.5rem
|
||||
|
||||
.rainbow
|
||||
@@ -57,24 +57,35 @@
|
||||
display: flex
|
||||
justify-content: center
|
||||
|
||||
.more-love-container
|
||||
align-items: center
|
||||
.embrace
|
||||
background-color: $background
|
||||
border-radius: $radius
|
||||
display: flex
|
||||
justify-content: center
|
||||
padding: 1.5rem
|
||||
.tw-button
|
||||
margin-left: 1.5rem
|
||||
&:not(:first-child)
|
||||
margin-top: 1.5rem
|
||||
&:not(:last-child)
|
||||
margin-bottom: 1.5rem
|
||||
|
||||
+mobile
|
||||
.hug,
|
||||
.more-love
|
||||
.love
|
||||
padding: 1.5rem
|
||||
.hug
|
||||
margin: 1.5rem
|
||||
.embrace
|
||||
text-align: center
|
||||
.embrace-button
|
||||
margin-top: 0.75rem
|
||||
|
||||
+tablet
|
||||
.more-love
|
||||
margin: 3rem 0 1.5rem
|
||||
.love
|
||||
padding-bottom: 3rem
|
||||
padding-top: 3rem
|
||||
.embrace
|
||||
align-items: center
|
||||
display: flex
|
||||
justify-content: center
|
||||
.embrace-button
|
||||
margin-left: 1.5rem
|
||||
.hugs
|
||||
display: flex
|
||||
flex-wrap: wrap
|
||||
|
||||
Reference in New Issue
Block a user