Files
bulma/docs/_sass/bootstrap.sass

82 lines
1.4 KiB
Sass
Raw Permalink Normal View History

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