Sha256: 6db7ddf1996c43bed48b65226e3a24df252d5292cda40a7e634964d04b4421b2

Contents?: true

Size: 1.09 KB

Versions: 1

Compression:

Stored size: 1.09 KB

Contents

.title,
.subtitle
  font-weight: 300
  &:not(:last-child)
    margin-bottom: 20px

.title
  color: $text-strong
  font-size: $size-large
  line-height: 1
  strong
    color: inherit
  code
    display: inline-block
    font-size: $size-large
  & + .subtitle
    margin-top: -10px
  & + .highlight
    margin-top: -10px
  &.is-normal
    font-weight: 400
    strong
      font-weight: 700
  @each $size in $sizes
    $i: index($sizes, $size)
    &.is-#{$i}
      font-size: $size
      code
        font-size: nth($sizes, min($i + 1, 6))
  +tablet
    & + .subtitle
      margin-top: -15px

.subtitle
  font-size: $size-medium
  line-height: 1.125
  & + .title
    margin-top: -20px
  strong
    color: $text-strong
    font-weight: 400
  code
    border-radius: $radius
    display: inline-block
    font-size: $size-normal
    padding: 2px 3px
    vertical-align: top
  & + .text
    margin-top: 20px
  &.is-normal
    font-weight: 400
    strong
      font-weight: 700
  @each $size in $sizes
    $i: index($sizes, $size)
    &.is-#{$i}
      font-size: $size
      code
        font-size: nth($sizes, min($i + 1, 6))

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bulma-rails-0.0.12 app/assets/stylesheets/bulma/elements/titles.sass