Sha256: 6461021b679ea17d0534f3f48ad10b645a0294704e95dbbb45185c296a087cb8

Contents?: true

Size: 1.31 KB

Versions: 6

Compression:

Stored size: 1.31 KB

Contents

.title,
.subtitle
  @extend .block
  font-weight: $weight-title-normal
  word-break: break-word
  em,
  span
    font-weight: $weight-title-normal
  a
    &:hover
      border-bottom: 1px solid
  strong
    font-weight: $weight-title-bold
  .tag
    vertical-align: bottom

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

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
bulma-rails-0.1.2 app/assets/stylesheets/sass/elements/title.sass
bulma-rails-0.1.0 app/assets/stylesheets/sass/elements/title.sass
bulma-rails-0.0.28 app/assets/stylesheets/sass/elements/title.sass
bulma-rails-0.0.26 app/assets/stylesheets/sass/elements/title.sass
bulma-rails-0.0.24 app/assets/stylesheets/sass/elements/title.sass
bulma-rails-0.0.23 app/assets/stylesheets/sass/elements/title.sass