mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 11:54:30 -07:00
Add comparison table
This commit is contained in:
@@ -17,12 +17,11 @@ $bootstrap-invert: #fff
|
||||
color: $bootstrap-invert
|
||||
|
||||
.pros-heading
|
||||
padding: 2rem
|
||||
padding-bottom: 0
|
||||
padding: 0 2rem
|
||||
text-align: center
|
||||
|
||||
.pros-icon
|
||||
margin-bottom: 2rem
|
||||
margin-bottom: 3rem
|
||||
text-align: center
|
||||
svg
|
||||
height: 3rem
|
||||
@@ -57,4 +56,30 @@ $bootstrap-invert: #fff
|
||||
|
||||
.separator
|
||||
color: $border
|
||||
margin: 0 0.25em
|
||||
margin: 0 0.25em
|
||||
|
||||
.comparison
|
||||
margin: 0 auto
|
||||
max-width: 42rem
|
||||
.table
|
||||
svg
|
||||
float: left
|
||||
height: 1rem
|
||||
margin-right: 0.5rem
|
||||
margin-top: 0.25rem
|
||||
width: auto
|
||||
tbody
|
||||
th[colspan]
|
||||
font-size: 1.25em
|
||||
a
|
||||
color: $red
|
||||
font-family: $family-monospace
|
||||
&:hover
|
||||
color: $text-strong
|
||||
text-decoration: underline
|
||||
.is-empty
|
||||
background-color: $background
|
||||
color: $text-light
|
||||
|
||||
.comparison-header
|
||||
margin-bottom: 3rem
|
||||
Reference in New Issue
Block a user