Sha256: 70f1699e780cd4aac42b1ce8d36f9e326f98aedfff169b27c96699b12dce9bef
Contents?: true
Size: 1.31 KB
Versions: 1
Compression:
Stored size: 1.31 KB
Contents
.title, .subtitle @extend .block font-weight: $weight-title-normal word-break: break-all 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bulma-rails-0.0.20 | app/assets/stylesheets/bulma/elements/titles.sass |