Sha256: 3d7626b07010810d4567d51293541eb9f0a3c73e66135bd1bd885dc584d051ff

Contents?: true

Size: 1.55 KB

Versions: 50

Compression:

Stored size: 1.55 KB

Contents

$title-color: $grey-darker !default
$title-size: $size-3 !default
$title-weight: $weight-semibold !default
$title-line-height: 1.125 !default
$title-strong-color: inherit !default
$title-strong-weight: inherit !default
$title-sub-size: 0.75em !default
$title-sup-size: 0.75em !default

$subtitle-color: $grey-dark !default
$subtitle-size: $size-5 !default
$subtitle-weight: $weight-normal !default
$subtitle-line-height: 1.25 !default
$subtitle-strong-color: $grey-darker !default
$subtitle-strong-weight: $weight-semibold !default
$subtitle-negative-margin: -1.25rem !default

.title,
.subtitle
  @extend %block
  word-break: break-word
  em,
  span
    font-weight: inherit
  sub
    font-size: $title-sub-size
  sup
    font-size: $title-sup-size
  .tag
    vertical-align: middle

.title
  color: $title-color
  font-size: $title-size
  font-weight: $title-weight
  line-height: $title-line-height
  strong
    color: $title-strong-color
    font-weight: $title-strong-weight
  & + .highlight
    margin-top: -0.75rem
  &:not(.is-spaced) + .subtitle
    margin-top: $subtitle-negative-margin
  // Sizes
  @each $size in $sizes
    $i: index($sizes, $size)
    &.is-#{$i}
      font-size: $size

.subtitle
  color: $subtitle-color
  font-size: $subtitle-size
  font-weight: $subtitle-weight
  line-height: $subtitle-line-height
  strong
    color: $subtitle-strong-color
    font-weight: $subtitle-strong-weight
  &:not(.is-spaced) + .title
    margin-top: $subtitle-negative-margin
  // Sizes
  @each $size in $sizes
    $i: index($sizes, $size)
    &.is-#{$i}
      font-size: $size

Version data entries

50 entries across 50 versions & 5 rubygems

Version Path
okf-pub-theme-0.2.24 _sass/_bulma-0.7.4/sass/elements/title.sass
okf-pub-theme-0.2.23 _sass/_bulma-0.7.4/sass/elements/title.sass
okf-pub-theme-0.2.22 _sass/_bulma-0.7.4/sass/elements/title.sass
authz-0.0.5 app/assets/stylesheets/authz/bulma/elements/title.sass
authz-0.0.4 app/assets/stylesheets/authz/bulma/elements/title.sass
bulma-sass-0.7.4 app/assets/stylesheets/sass/elements/title.sass
bulma-sass-0.7.3.1 app/assets/stylesheets/sass/elements/title.sass
okf-pub-theme-0.2.21 _sass/_bulma-0.7.4/sass/elements/title.sass
okf-pub-theme-0.2.20 _sass/_bulma-0.7.4/sass/elements/title.sass
okf-pub-theme-0.2.19 _sass/_bulma-0.7.4/sass/elements/title.sass
okf-pub-theme-0.2.18 _sass/_bulma-0.7.4/sass/elements/title.sass
okf-pub-theme-0.2.17 _sass/_bulma-0.7.4/sass/elements/title.sass
okf-pub-theme-0.2.16 _sass/_bulma-0.7.4/sass/elements/title.sass
okf-pub-theme-0.2.15 _sass/_bulma-0.7.4/sass/elements/title.sass
okf-pub-theme-0.2.14 _sass/_bulma-0.7.4/sass/elements/title.sass
okf-pub-theme-0.2.13 _sass/_bulma-0.7.4/sass/elements/title.sass
okf-pub-theme-0.2.11 _sass/_bulma-0.7.4/sass/elements/title.sass
okf-pub-theme-0.2.10 _sass/_bulma-0.7.4/sass/elements/title.sass
okf-pub-theme-0.2.9 _sass/_bulma-0.7.4/sass/elements/title.sass
okf-pub-theme-0.2.8 _sass/_bulma-0.7.4/sass/elements/title.sass