bulma/docs/_sass/bootstrap.sass

82 lines
1.3 KiB
Sass
Raw Normal View History

2017-07-30 14:11:22 +00:00
$bootstrap: #6f5499
$bootstrap-invert: #fff
2018-04-10 17:50:19 +00:00
.bd-bootstrap-table
margin: 3rem 0
2017-07-31 15:06:31 +00:00
2017-08-14 11:44:24 +00:00
.bd-pros-heading
2017-07-31 16:32:41 +00:00
padding: 0 2rem
2017-07-31 15:06:31 +00:00
text-align: center
2017-08-14 11:44:24 +00:00
.bd-pros-icon
2017-07-31 16:32:41 +00:00
margin-bottom: 3rem
2017-07-31 15:06:31 +00:00
text-align: center
svg
height: 3rem
width: auto
2017-08-14 11:44:24 +00:00
.bd-pros-list
2017-07-31 15:06:31 +00:00
margin: 0 auto
max-width: 540px
2017-08-14 11:44:24 +00:00
.bd-pro
2017-07-31 15:06:31 +00:00
.icon
position: relative
top: -1px
.title
margin-bottom: 0.5rem
2017-08-14 11:44:24 +00:00
.bd-pro + .pro
2017-07-31 15:06:31 +00:00
margin-top: 2rem
padding-top: 2rem
2017-08-14 11:44:24 +00:00
.bd-pro-content
2017-07-31 15:06:31 +00:00
p:not(:last-child)
margin-bottom: 0.5rem
2017-08-14 11:58:21 +00:00
.bd-pro.bd-is-bulma
2017-07-31 15:06:31 +00:00
.icon
color: $primary
2017-08-14 11:58:21 +00:00
.bd-pro.bd-is-bootstrap
2017-07-31 15:06:31 +00:00
.icon
color: $bootstrap
2018-04-10 17:50:19 +00:00
.bd-bootstrap-comparison
2017-07-31 16:32:41 +00:00
margin: 0 auto
max-width: 42rem
.table
2017-07-31 16:42:53 +00:00
color: $red
thead,
tfoot
th
font-size: 1.5rem
text-align: center
svg
height: 1.5rem
margin-right: 1rem
position: relative
top: 0.25rem
width: auto
2017-07-31 16:32:41 +00:00
tbody
2017-07-31 16:42:53 +00:00
th
font-size: 1.25rem
text-align: center
td
2017-07-31 16:32:41 +00:00
font-family: $family-monospace
2017-07-31 16:42:53 +00:00
width: 50%
a
color: currentColor
2017-07-31 16:32:41 +00:00
&:hover
text-decoration: underline
2017-08-14 11:58:21 +00:00
.bd-is-empty
2017-07-31 16:32:41 +00:00
background-color: $background
color: $text-light
2017-08-14 11:58:21 +00:00
.bd-is-unique
2017-07-31 16:42:53 +00:00
background-color: rgba($green, 0.25)
color: $text-strong
font-weight: $weight-bold
2017-07-31 16:32:41 +00:00
2018-04-10 17:50:19 +00:00
.bd-bootstrap-comparison-header
2017-08-14 11:44:24 +00:00
margin-bottom: 3rem