mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 04:34:30 -07:00
Add pro include
This commit is contained in:
@@ -14,4 +14,47 @@ $bootstrap-invert: #fff
|
||||
border-bottom: 1px solid currentColor
|
||||
color: currentColor
|
||||
&:hover
|
||||
color: $bootstrap-invert
|
||||
color: $bootstrap-invert
|
||||
|
||||
.pros-heading
|
||||
padding: 2rem
|
||||
padding-bottom: 0
|
||||
text-align: center
|
||||
|
||||
.pros-icon
|
||||
margin-bottom: 2rem
|
||||
text-align: center
|
||||
svg
|
||||
height: 3rem
|
||||
width: auto
|
||||
|
||||
.pros-list
|
||||
margin: 0 auto
|
||||
max-width: 540px
|
||||
|
||||
.pro
|
||||
.icon
|
||||
position: relative
|
||||
top: -1px
|
||||
.title
|
||||
margin-bottom: 0.5rem
|
||||
|
||||
.pro + .pro
|
||||
margin-top: 2rem
|
||||
padding-top: 2rem
|
||||
|
||||
.pro-content
|
||||
p:not(:last-child)
|
||||
margin-bottom: 0.5rem
|
||||
|
||||
.pro.is-bulma
|
||||
.icon
|
||||
color: $primary
|
||||
|
||||
.pro.is-bootstrap
|
||||
.icon
|
||||
color: $bootstrap
|
||||
|
||||
.separator
|
||||
color: $border
|
||||
margin: 0 0.25em
|
||||
@@ -34,6 +34,18 @@
|
||||
.testimonial + .testimonial
|
||||
margin-top: 1.5rem
|
||||
|
||||
+desktop
|
||||
.testimonials
|
||||
min-height: 595px
|
||||
|
||||
+widescreen
|
||||
.testimonials
|
||||
min-height: 653px
|
||||
|
||||
+fullhd
|
||||
.testimonials
|
||||
min-height: 632px
|
||||
|
||||
.rainbow
|
||||
animation: rainbow 8s ease infinite
|
||||
background-image: linear-gradient(124deg, $orange, $red, $purple, $blue)
|
||||
|
||||
Reference in New Issue
Block a user