app/assets/stylesheets/bulma/base/content.sass in bulma-rails-0.0.17.1 vs app/assets/stylesheets/bulma/base/content.sass in bulma-rails-0.0.18

- old
+ new

@@ -1,15 +1,17 @@ .content @extend .block - &.is-medium - font-size: $size-5 - code - font-size: $size-6 - &.is-large - font-size: $size-4 - code - font-size: $size-5 + // Inline + li + li + margin-top: 0.25em + // Block + blockquote, + p, + ol, + ul + &:not(:last-child) + margin-bottom: 1em h1, h2, h3, h4, h5, @@ -21,10 +23,14 @@ h1, h2, h3 &:not(:first-child) margin-top: 40px + blockquote + background: $background + border-left: 5px solid $border + padding: 1.5em h1 font-size: 2em h2 font-size: 1.75em h3 @@ -33,26 +39,29 @@ font-size: 1.25em h5 font-size: 1.125em h6 font-size: 1em - p:not(:last-child) - margin-bottom: 1em - li + li - margin-top: 0.25em ol list-style: decimal outside - margin: 1em 2em + margin-left: 2em + margin-right: 2em + margin-top: 1em ul list-style: disc outside - margin: 1em 2em + margin-left: 2em + margin-right: 2em + margin-top: 1em ul list-style-type: circle margin-top: 0.5em ul list-style-type: square - blockquote - background: $background - border-left: 5px solid $border - padding: 1.5em - &:not(:last-child) - margin-bottom: 1em + // Sizes + &.is-medium + font-size: $size-5 + code + font-size: $size-6 + &.is-large + font-size: $size-4 + code + font-size: $size-5