content.sass (bulma-0.9.3) | : | content.sass (bulma-0.9.4) | ||
---|---|---|---|---|
@import "../utilities/mixins" | @import "../utilities/mixins" | |||
$content-heading-color: $text-strong !default | $content-heading-color: $text-strong !default | |||
$content-heading-weight: $weight-semibold !default | $content-heading-weight: $weight-semibold !default | |||
$content-heading-line-height: 1.125 !default | $content-heading-line-height: 1.125 !default | |||
$content-block-margin-bottom: 1em !default | ||||
$content-blockquote-background-color: $background !default | $content-blockquote-background-color: $background !default | |||
$content-blockquote-border-left: 5px solid $border !default | $content-blockquote-border-left: 5px solid $border !default | |||
$content-blockquote-padding: 1.25em 1.5em !default | $content-blockquote-padding: 1.25em 1.5em !default | |||
$content-pre-padding: 1.25em 1.5em !default | $content-pre-padding: 1.25em 1.5em !default | |||
$content-table-cell-border: 1px solid $border !default | $content-table-cell-border: 1px solid $border !default | |||
$content-table-cell-border-width: 0 0 1px !default | $content-table-cell-border-width: 0 0 1px !default | |||
$content-table-cell-padding: 0.5em 0.75em !default | $content-table-cell-padding: 0.5em 0.75em !default | |||
$content-table-cell-heading-color: $text-strong !default | $content-table-cell-heading-color: $text-strong !default | |||
$content-table-head-cell-border-width: 0 0 2px !default | $content-table-head-cell-border-width: 0 0 2px !default | |||
$content-table-head-cell-color: $text-strong !default | $content-table-head-cell-color: $text-strong !default | |||
$content-table-body-last-row-cell-border-bottom-width: 0 !default | ||||
$content-table-foot-cell-border-width: 2px 0 0 !default | $content-table-foot-cell-border-width: 2px 0 0 !default | |||
$content-table-foot-cell-color: $text-strong !default | $content-table-foot-cell-color: $text-strong !default | |||
.content | .content | |||
@extend %block | @extend %block | |||
// Inline | // Inline | |||
li + li | li + li | |||
margin-top: 0.25em | margin-top: 0.25em | |||
// Block | // Block | |||
p, | p, | |||
dl, | dl, | |||
ol, | ol, | |||
ul, | ul, | |||
blockquote, | blockquote, | |||
pre, | pre, | |||
table | table | |||
&:not(:last-child) | &:not(:last-child) | |||
margin-bottom: 1em | margin-bottom: $content-block-margin-bottom | |||
h1, | h1, | |||
h2, | h2, | |||
h3, | h3, | |||
h4, | h4, | |||
h5, | h5, | |||
h6 | h6 | |||
color: $content-heading-color | color: $content-heading-color | |||
font-weight: $content-heading-weight | font-weight: $content-heading-weight | |||
line-height: $content-heading-line-height | line-height: $content-heading-line-height | |||
h1 | h1 | |||
skipping to change at line 147 | skipping to change at line 150 | |||
tfoot | tfoot | |||
td, | td, | |||
th | th | |||
border-width: $content-table-foot-cell-border-width | border-width: $content-table-foot-cell-border-width | |||
color: $content-table-foot-cell-color | color: $content-table-foot-cell-color | |||
tbody | tbody | |||
tr | tr | |||
&:last-child | &:last-child | |||
td, | td, | |||
th | th | |||
border-bottom-width: 0 | border-bottom-width: $content-table-body-last-row-cell-border-bottom -width | |||
.tabs | .tabs | |||
li + li | li + li | |||
margin-top: 0 | margin-top: 0 | |||
// Sizes | // Sizes | |||
&.is-small | &.is-small | |||
font-size: $size-small | font-size: $size-small | |||
&.is-normal | &.is-normal | |||
font-size: $size-normal | font-size: $size-normal | |||
&.is-medium | &.is-medium | |||
font-size: $size-medium | font-size: $size-medium | |||
End of changes. 4 change blocks. | ||||
2 lines changed or deleted | 5 lines changed or added |